Skip to content

Commit

Permalink
fix(service): use new java-client version (#62)
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 c09d609 commit 50ec9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amphora-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</repositories>
<properties>
<amphora-common.version>0.1.1</amphora-common.version>
<amphora-java-client.version>0.1-SNAPSHOT-4741225899-24-4a99be8</amphora-java-client.version>
<amphora-java-client.version>0.1.1</amphora-java-client.version>
<!-- skip docker build by default -->
<dockerfile.skip>true</dockerfile.skip>
<docker.baseImage>ghcr.io/carbynestack/ubuntu-java-openjre:8-dev</docker.baseImage>
Expand Down

0 comments on commit 50ec9af

Please sign in to comment.