Skip to content

Commit

Permalink
Set version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Jun 7, 2023
1 parent 20339f9 commit d8b13de
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- 6432:5432

acl:
image: geoservercloud/geoserver-acl:1.0-SNAPSHOT
image: geoservercloud/geoserver-acl:1.0.0
volumes:
- ./docker-compose-acl-config.yml:/opt/app/bin/acl.yml
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@Testcontainers(disabledWithoutDocker = true)
class JavaClientAdaptorExampleTest {

private static final String dockerImageName = "geoservercloud/geoserver-acl:1.0-SNAPSHOT";
private static final String dockerImageName = "geoservercloud/geoserver-acl:1.0.0";

// container port the application runs on with the 'dev' profile
private static final int DEV_PORT = 9000;
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<version>1.0</version>
<packaging>pom</packaging>
<properties>
<acl.version>1.0-SNAPSHOT</acl.version>
<acl.version>1.0.0</acl.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</snapshotRepository>
</distributionManagement>
<properties>
<revision>1.0-SNAPSHOT</revision>
<revision>1.0.0</revision>
<fmt.action>format</fmt.action>
<fmt.skip>false</fmt.skip>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/artifacts/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Run in development mode with an in-memory H2 database, either with

or

java -jar target/gs-acl-service-1.0-SNAPSHOT-bin.jar --spring.profiles.active=dev
java -jar target/gs-acl-service-1.0.0-bin.jar --spring.profiles.active=dev


## Dependency graph
Expand Down

0 comments on commit d8b13de

Please sign in to comment.