Update to 1.0.5 / Angel.SR5

This commit is contained in:
Dave Syer
2016-01-25 16:45:33 +00:00
parent 3c7a6f4e44
commit 23f813fbc4
4 changed files with 10 additions and 10 deletions

View File

@@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-docs</artifactId>
<version>1.0.5.BUILD-SNAPSHOT</version>
<version>1.0.5.RELEASE</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.0.4.BUILD-SNAPSHOT</version>
<version>1.0.4.RELEASE</version>
<relativePath/>
</parent>
<packaging>pom</packaging>

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.5.BUILD-SNAPSHOT</version>
<version>1.0.5.RELEASE</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.0.4.BUILD-SNAPSHOT</version>
<version>1.0.4.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.4.BUILD-SNAPSHOT</version>
<version>1.0.4.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.0.5.BUILD-SNAPSHOT</version>
<version>1.0.5.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli</artifactId>
<version>1.0.5.BUILD-SNAPSHOT</version>
<version>1.0.5.RELEASE</version>
<packaging>jar</packaging>
<name>spring-cloud-cli</name>
@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-parent</artifactId>
<version>1.0.5.BUILD-SNAPSHOT</version>
<version>1.0.5.RELEASE</version>
</parent>
<dependencies>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-parent</artifactId>
<version>1.0.5.BUILD-SNAPSHOT</version>
<version>1.0.5.RELEASE</version>
</parent>
<artifactId>spring-cloud-versions</artifactId>
<packaging>pom</packaging>
@@ -18,7 +18,7 @@
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
<spring-cloud.version>Angel.BUILD-SNAPSHOT</spring-cloud.version>
<spring-cloud.version>Angel.SR5</spring-cloud.version>
</properties>
<dependencyManagement>
<dependencies>