Skip to content

Commit

Permalink
Set version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Mar 29, 2024
1 parent c9e36ce commit 6edc37b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion compose/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
COMPOSE_PROJECT_NAME=acldev
TAG=2.2-SNAPSHOT
TAG=2.1.1
GATEWAY_TAG=1.7.0
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.2-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>acl-java-client-example</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.geoserver.acl.examples</groupId>
<artifactId>acl-examples</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.1.1</version>
<packaging>pom</packaging>

<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>2.2-SNAPSHOT</revision>
<revision>2.1.1</revision>
<java.version>17</java.version>
<fmt.action>format</fmt.action>
<fmt.skip>false</fmt.skip>
Expand Down

0 comments on commit 6edc37b

Please sign in to comment.