We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78cdd83 commit 4229d75Copy full SHA for 4229d75
.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-RC5
4
EUREKA_SERVER_URL=http://discovery:8761/eureka
5
JDBCCONFIG_DBNAME=geoserver_config
6
JDBCCONFIG_URL=jdbc:postgresql://database:5432/${JDBCCONFIG_DBNAME}
pom.xml
@@ -15,7 +15,7 @@
15
<module>integration-tests</module>
16
</modules>
17
<properties>
18
- <revision>1.0-SNAPSHOT</revision>
+ <revision>1.0-RC5</revision>
19
<maven.compiler.source>11</maven.compiler.source>
20
<maven.compiler.target>11</maven.compiler.target>
21
<spring-cloud.version>Hoxton.SR8</spring-cloud.version>
0 commit comments