Skip to content

Commit

Permalink
fix(java-client/service): use new common version (#61)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Becker <[email protected]>
  • Loading branch information
sbckr authored Jul 27, 2023
1 parent 970492a commit 6769b51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amphora-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</repository>
</repositories>
<properties>
<amphora-common.version>0.1-SNAPSHOT-4741225899-24-4a99be8</amphora-common.version>
<amphora-common.version>0.1.1</amphora-common.version>
<!-- external dependencies -->
<guava.version>31.1-jre</guava.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
Expand Down
2 changes: 1 addition & 1 deletion amphora-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</repository>
</repositories>
<properties>
<amphora-common.version>0.1-SNAPSHOT-4741225899-24-4a99be8</amphora-common.version>
<amphora-common.version>0.1.1</amphora-common.version>
<amphora-java-client.version>0.1-SNAPSHOT-4741225899-24-4a99be8</amphora-java-client.version>
<!-- skip docker build by default -->
<dockerfile.skip>true</dockerfile.skip>
Expand Down

0 comments on commit 6769b51

Please sign in to comment.