Version changes for the release
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-netflix-docs</artifactId>
|
<artifactId>spring-cloud-netflix-docs</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
10
pom.xml
10
pom.xml
@@ -3,14 +3,14 @@
|
|||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Spring Cloud Netflix</name>
|
<name>Spring Cloud Netflix</name>
|
||||||
<description>Spring Cloud Netflix</description>
|
<description>Spring Cloud Netflix</description>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-build</artifactId>
|
<artifactId>spring-cloud-build</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath />
|
<relativePath />
|
||||||
</parent>
|
</parent>
|
||||||
<scm>
|
<scm>
|
||||||
@@ -24,9 +24,9 @@
|
|||||||
<main.basedir>${basedir}</main.basedir>
|
<main.basedir>${basedir}</main.basedir>
|
||||||
<netty.version>4.0.27.Final</netty.version>
|
<netty.version>4.0.27.Final</netty.version>
|
||||||
<jackson.version>2.7.3</jackson.version>
|
<jackson.version>2.7.3</jackson.version>
|
||||||
<spring-cloud-commons.version>1.1.4.BUILD-SNAPSHOT</spring-cloud-commons.version>
|
<spring-cloud-commons.version>1.1.4.RELEASE</spring-cloud-commons.version>
|
||||||
<spring-cloud-config.version>1.2.1.BUILD-SNAPSHOT</spring-cloud-config.version>
|
<spring-cloud-config.version>1.2.1.RELEASE</spring-cloud-config.version>
|
||||||
<spring-cloud-stream.version>Brooklyn.BUILD-SNAPSHOT</spring-cloud-stream.version>
|
<spring-cloud-stream.version>Brooklyn.RELEASE</spring-cloud-stream.version>
|
||||||
|
|
||||||
<!-- Sonar -->
|
<!-- Sonar -->
|
||||||
<surefire.plugin.version>2.19.1</surefire.plugin.version>
|
<surefire.plugin.version>2.19.1</surefire.plugin.version>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-netflix-core</artifactId>
|
<artifactId>spring-cloud-netflix-core</artifactId>
|
||||||
|
|||||||
@@ -5,11 +5,11 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>spring-cloud-dependencies-parent</artifactId>
|
<artifactId>spring-cloud-dependencies-parent</artifactId>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath/>
|
<relativePath/>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-netflix-dependencies</artifactId>
|
<artifactId>spring-cloud-netflix-dependencies</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>spring-cloud-netflix-dependencies</name>
|
<name>spring-cloud-netflix-dependencies</name>
|
||||||
<description>Spring Cloud Netflix Dependencies</description>
|
<description>Spring Cloud Netflix Dependencies</description>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-netflix-eureka-client</artifactId>
|
<artifactId>spring-cloud-netflix-eureka-client</artifactId>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-netflix-eureka-server</artifactId>
|
<artifactId>spring-cloud-netflix-eureka-server</artifactId>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-netflix-hystrix-amqp</artifactId>
|
<artifactId>spring-cloud-netflix-hystrix-amqp</artifactId>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-netflix-hystrix-stream</artifactId>
|
<artifactId>spring-cloud-netflix-hystrix-stream</artifactId>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-netflix-sidecar</artifactId>
|
<artifactId>spring-cloud-netflix-sidecar</artifactId>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-netflix-spectator</artifactId>
|
<artifactId>spring-cloud-netflix-spectator</artifactId>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-netflix-turbine-stream</artifactId>
|
<artifactId>spring-cloud-netflix-turbine-stream</artifactId>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-netflix-turbine</artifactId>
|
<artifactId>spring-cloud-netflix-turbine</artifactId>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-starter-archaius</artifactId>
|
<artifactId>spring-cloud-starter-archaius</artifactId>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-starter-atlas</artifactId>
|
<artifactId>spring-cloud-starter-atlas</artifactId>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-starter-eureka-server</artifactId>
|
<artifactId>spring-cloud-starter-eureka-server</artifactId>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-starter-eureka</artifactId>
|
<artifactId>spring-cloud-starter-eureka</artifactId>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-starter-feign</artifactId>
|
<artifactId>spring-cloud-starter-feign</artifactId>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-starter-hystrix-dashboard</artifactId>
|
<artifactId>spring-cloud-starter-hystrix-dashboard</artifactId>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-starter-hystrix</artifactId>
|
<artifactId>spring-cloud-starter-hystrix</artifactId>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-starter-ribbon</artifactId>
|
<artifactId>spring-cloud-starter-ribbon</artifactId>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-starter-spectator</artifactId>
|
<artifactId>spring-cloud-starter-spectator</artifactId>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-starter-turbine-amqp</artifactId>
|
<artifactId>spring-cloud-starter-turbine-amqp</artifactId>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-starter-turbine-stream</artifactId>
|
<artifactId>spring-cloud-starter-turbine-stream</artifactId>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-starter-turbine</artifactId>
|
<artifactId>spring-cloud-starter-turbine</artifactId>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.2.1.BUILD-SNAPSHOT</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
<relativePath>..</relativePath> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-starter-zuul</artifactId>
|
<artifactId>spring-cloud-starter-zuul</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user