Update SNAPSHOT to 2.2.0.RC2

This commit is contained in:
buildmaster
2019-11-08 21:46:12 +00:00
parent 76c95f2b59
commit 328ed1f160
15 changed files with 38 additions and 38 deletions

View File

@@ -5,12 +5,12 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cloudfoundry</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
<version>2.2.0.RC2</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-cloudfoundry</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
<version>2.2.0.RC2</version>
<name>spring-cloud-starter-cloudfoundry</name>
<description>Spring Cloud Starter</description>
<url>https://projects.spring.io/spring-cloud</url>
@@ -100,7 +100,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
<version>2.2.0.RC2</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cloudfoundry</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
<version>2.2.0.RC2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-starter-cloudfoundry</artifactId>