We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b7dff commit 594271bCopy full SHA for 594271b
.env
@@ -1,6 +1,6 @@
1
# docker-compose default environment variable values
2
COMPOSE_PROJECT_NAME=gscloud
3
-TAG=1.0-SNAPSHOT
+TAG=1.0-RC9
4
GS_USER="1000:1000"
5
EUREKA_SERVER_URL=http://discovery:8761/eureka
6
JDBCCONFIG_DBNAME=geoserver_config
pom.xml
@@ -15,7 +15,7 @@
15
<module>integration-tests</module>
16
</modules>
17
<properties>
18
- <revision>1.0-SNAPSHOT</revision>
+ <revision>1.0-RC9</revision>
19
<maven.compiler.source>11</maven.compiler.source>
20
<maven.compiler.target>11</maven.compiler.target>
21
<spring-cloud.version>2021.0.0</spring-cloud.version>
0 commit comments