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 699ea95 commit df8709dCopy full SHA for df8709d
.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-RC11
4
GS_USER="1000:1000"
5
EUREKA_SERVER_URL=http://discovery:8761/eureka
6
JDBCCONFIG_DBNAME=geoserver_config
pom.xml
@@ -14,7 +14,7 @@
14
<module>integration-tests</module>
15
</modules>
16
<properties>
17
- <revision>1.0-SNAPSHOT</revision>
+ <revision>1.0-RC11</revision>
18
<maven.compiler.source>11</maven.compiler.source>
19
<maven.compiler.target>11</maven.compiler.target>
20
<spring-cloud.version>2021.0.0</spring-cloud.version>
0 commit comments