Updates for Angel.SR3

This commit is contained in:
Dave Syer
2015-06-25 13:44:57 +01:00
parent 55e4ca1963
commit e99c080bed
5 changed files with 20 additions and 55 deletions

View File

@@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-parent</artifactId>
<version>1.0.3.BUILD-SNAPSHOT</version>
<version>1.0.3.RELEASE</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
<relativePath/>
</parent>
<packaging>pom</packaging>
@@ -35,14 +35,14 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.0.3.BUILD-SNAPSHOT</version>
<version>1.0.3.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>