Skip to content

Commit

Permalink
Fixed kapua-liquibase-unlocker tool 2.0.0-SNAPSHOT references
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Jan 15, 2023
1 parent 6a65f75 commit 9f6eab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extras/liquibaseUnlocker/README.md
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-2.0.0-SNAPSHOT-app.jar
java -jar kapua-liquibaseUnlocker-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.
2 changes: 1 addition & 1 deletion extras/liquibaseUnlocker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-extras</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.6.7-SNAPSHOT</version>
</parent>

<artifactId>kapua-liquibaseUnlocker</artifactId>
Expand Down

0 comments on commit 9f6eab0

Please sign in to comment.