Skip to content

Commit

Permalink
Set version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Oct 26, 2023
1 parent 9f3183f commit d2c6cc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2-SNAPSHOT
image: geoservercloud/geoserver-acl:1.2.0
volumes:
- ./docker-compose-acl-config.yml:/opt/app/bin/acl.yml
ports:
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.2-SNAPSHOT</acl.version>
<acl.version>1.2.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.2-SNAPSHOT</revision>
<revision>1.2.0</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 d2c6cc0

Please sign in to comment.