Update SNAPSHOT to Greenwich.RELEASE

This commit is contained in:
buildmaster
2019-01-22 21:28:45 +00:00
parent 371f403842
commit b14ede22cb
4 changed files with 26 additions and 26 deletions

View File

@@ -9,7 +9,7 @@
</parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId>
<version>Greenwich.BUILD-SNAPSHOT</version>
<version>Greenwich.RELEASE</version>
<name>spring-cloud-starter-parent</name>
<description>Spring Cloud Starter Parent</description>
<packaging>pom</packaging>
@@ -20,7 +20,7 @@
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
<spring-cloud.version>Greenwich.BUILD-SNAPSHOT</spring-cloud.version>
<spring-cloud.version>Greenwich.RELEASE</spring-cloud.version>
</properties>
<dependencyManagement>
<dependencies>