Skip to content

Commit

Permalink
Set version to 1.0-RC9
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Feb 1, 2022
1 parent 43b7dff commit 594271b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker-compose default environment variable values
COMPOSE_PROJECT_NAME=gscloud
TAG=1.0-SNAPSHOT
TAG=1.0-RC9
GS_USER="1000:1000"
EUREKA_SERVER_URL=http://discovery:8761/eureka
JDBCCONFIG_DBNAME=geoserver_config
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<module>integration-tests</module>
</modules>
<properties>
<revision>1.0-SNAPSHOT</revision>
<revision>1.0-RC9</revision>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<spring-cloud.version>2021.0.0</spring-cloud.version>
Expand Down

0 comments on commit 594271b

Please sign in to comment.