Skip to content

Commit

Permalink
Set verstion to 2.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Dec 20, 2023
1 parent f7d0373 commit e71dbce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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-M1</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-M1</version>
<packaging>pom</packaging>

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

0 comments on commit e71dbce

Please sign in to comment.