Skip to content

Commit 594271b

Browse files
committed
Set version to 1.0-RC9
1 parent 43b7dff commit 594271b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# docker-compose default environment variable values
22
COMPOSE_PROJECT_NAME=gscloud
3-
TAG=1.0-SNAPSHOT
3+
TAG=1.0-RC9
44
GS_USER="1000:1000"
55
EUREKA_SERVER_URL=http://discovery:8761/eureka
66
JDBCCONFIG_DBNAME=geoserver_config

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<module>integration-tests</module>
1616
</modules>
1717
<properties>
18-
<revision>1.0-SNAPSHOT</revision>
18+
<revision>1.0-RC9</revision>
1919
<maven.compiler.source>11</maven.compiler.source>
2020
<maven.compiler.target>11</maven.compiler.target>
2121
<spring-cloud.version>2021.0.0</spring-cloud.version>

0 commit comments

Comments
 (0)