Skip to content

Commit

Permalink
Update version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkellnhofer committed Dec 7, 2022
1 parent 84f1b95 commit 1b50242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.moonstoneid</groupId>
<artifactId>milkygreen</artifactId>
<version>1.0.0-alpha.1</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
networks:
- milkygreen
app:
image: ghcr.io/moonstoneid/milky-green:1.0.0-alpha.1
image: ghcr.io/moonstoneid/milky-green:1.0.0
environment:
- MILKYGREEN_SERVICE_PROTOCOL=http
- MILKYGREEN_SERVICE_DOMAIN=127.0.0.1:8080
Expand Down

0 comments on commit 1b50242

Please sign in to comment.