Skip to content

Commit

Permalink
Set version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Mar 12, 2024
1 parent 249a6fc commit 1035b7f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
memory: 2G

acl:
image: geoservercloud/geoserver-acl:2.0-SNAPSHOT
image: geoservercloud/geoserver-acl:2.0
environment:
- PG_HOST=acldb
- PG_PORT=5432
Expand Down
2 changes: 1 addition & 1 deletion examples/java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.geoserver.acl.examples</groupId>
<artifactId>acl-examples</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
</parent>
<artifactId>acl-java-client-example</artifactId>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.geoserver.acl.examples</groupId>
<artifactId>acl-examples</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
<packaging>pom</packaging>

<modules>
<module>java-client</module>
</modules>
<properties>
<acl.version>2.0-SNAPSHOT</acl.version>
<acl.version>2.0</acl.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
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>2.0-SNAPSHOT</revision>
<revision>2.0</revision>
<java.version>17</java.version>
<fmt.action>format</fmt.action>
<fmt.skip>false</fmt.skip>
Expand Down

0 comments on commit 1035b7f

Please sign in to comment.