Bump to version 1.1.0

Upgrade s-c-build to 1.3.1

Upgrade netflix/commons/cloudfoundry-client-lib
This commit is contained in:
Spencer Gibb
2017-01-20 14:55:45 -07:00
parent 1e2a1031f6
commit 4f62c2a413
11 changed files with 21 additions and 25 deletions

View File

@@ -5,11 +5,11 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>1.1.2.RELEASE</version>
<version>1.3.1.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-cloudfoundry-dependencies</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>spring-cloud-cloudfoundry-dependencies</name>
<description>Spring Cloud Cloudfoundry Dependencies</description>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-client-lib</artifactId>
<version>1.1.1</version>
<version>1.1.3</version>
</dependency>
</dependencies>
</dependencyManagement>