Skip to content

Commit

Permalink
Changed directory and module and references
Browse files Browse the repository at this point in the history
  • Loading branch information
Agnul97 authored and Coduz committed Jan 18, 2023
1 parent df26b89 commit 288c11b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Tu unlock this situation, a manual operation on such table (for example, the del
#### Usage

```bash
java -jar kapua-liquibaseUnlocker-1.6.7-SNAPSHOT-app.jar
java -jar kapua-liquibase-unlocker-1.6.7-SNAPSHOT-app.jar
```
To be used when the deployment is stucked for the afore mentioned reasons, the lock will be released and the deployment will continue.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<version>1.6.7-SNAPSHOT</version>
</parent>

<artifactId>kapua-liquibaseUnlocker</artifactId>
<artifactId>kapua-liquibase-unlocker</artifactId>

<dependencies>
<!-- -->
Expand Down
2 changes: 1 addition & 1 deletion extras/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<module>foreignkeys</module>
<module>es-migrator</module>
<module>encryption-migrator</module>
<module>liquibaseUnlocker</module>
<module>liquibase-unlocker</module>
</modules>

</project>

0 comments on commit 288c11b

Please sign in to comment.