Update to 1.0.5 / Angel.SR5
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-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>
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -9,7 +9,7 @@
|
||||
<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>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
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>
|
||||
<version>Angel.BUILD-SNAPSHOT</version>
|
||||
<version>Angel.SR5</version>
|
||||
<artifactId>spring-cloud-dependencies</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Spring Cloud Dependencies</name>
|
||||
@@ -10,18 +10,18 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-dependencies-parent</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<bintray.package>starters</bintray.package>
|
||||
<spring-cloud-aws.version>1.0.4.BUILD-SNAPSHOT</spring-cloud-aws.version>
|
||||
<spring-cloud-bus.version>1.0.3.BUILD-SNAPSHOT</spring-cloud-bus.version>
|
||||
<spring-cloud-commons.version>1.0.4.BUILD-SNAPSHOT</spring-cloud-commons.version>
|
||||
<spring-cloud-config.version>1.0.4.BUILD-SNAPSHOT</spring-cloud-config.version>
|
||||
<spring-cloud-netflix.version>1.0.6.BUILD-SNAPSHOT</spring-cloud-netflix.version>
|
||||
<spring-cloud-security.version>1.0.3.BUILD-SNAPSHOT</spring-cloud-security.version>
|
||||
<spring-cloud-aws.version>1.0.4.RELEASE</spring-cloud-aws.version>
|
||||
<spring-cloud-bus.version>1.0.3.RELEASE</spring-cloud-bus.version>
|
||||
<spring-cloud-commons.version>1.0.4.RELEASE</spring-cloud-commons.version>
|
||||
<spring-cloud-config.version>1.0.4.RELEASE</spring-cloud-config.version>
|
||||
<spring-cloud-netflix.version>1.0.6.RELEASE</spring-cloud-netflix.version>
|
||||
<spring-cloud-security.version>1.0.3.RELEASE</spring-cloud-security.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@@ -74,37 +74,37 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-aws</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-aws-jdbc</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-aws-messaging</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-bus-amqp</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-config</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-eureka</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.google.inject.extensions</groupId>
|
||||
@@ -187,7 +187,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-eureka-server</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.google.inject.extensions</groupId>
|
||||
@@ -262,52 +262,52 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-feign</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-hystrix</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-hystrix-dashboard</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-oauth2</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-ribbon</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-security</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-turbine</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-turbine-amqp</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-zuul</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-zuul-server</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
</dependency>
|
||||
<!-- bom dependencies at the bottom so they can be overridden above -->
|
||||
<dependency>
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-aws</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-starter-aws-jdbc</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<name>spring-cloud-starter-aws-jdbc</name>
|
||||
<description>Spring Cloud Starter AWS JDBC</description>
|
||||
<url>http://projects.spring.io/spring-cloud</url>
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-aws</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-starter-aws-messaging</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<name>spring-cloud-starter-aws-messaging</name>
|
||||
<description>Spring Cloud Starter AWS Messaging</description>
|
||||
<url>http://projects.spring.io/spring-cloud</url>
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-aws</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-starter-aws</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<name>spring-cloud-starter-aws</name>
|
||||
<description>Spring Cloud Starter AWS</description>
|
||||
<url>http://projects.spring.io/spring-cloud</url>
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-bus-parent</artifactId>
|
||||
<version>1.0.3.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.3.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-starter-bus-amqp</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<name>spring-cloud-starter-bus-amqp</name>
|
||||
<description>Spring Cloud Starter</description>
|
||||
<url>http://projects.spring.io/spring-cloud</url>
|
||||
@@ -24,6 +24,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-commons-parent</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-starter-cloudfoundry</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<name>spring-cloud-starter-cloudfoundry</name>
|
||||
<description>Spring Cloud Starter</description>
|
||||
<url>http://projects.spring.io/spring-cloud</url>
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-config</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-starter-config</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<name>spring-cloud-starter-config</name>
|
||||
<description>Spring Cloud Starter</description>
|
||||
<url>http://projects.spring.io/spring-cloud</url>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-netflix</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-starter-eureka-server</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-netflix</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-starter-eureka</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-netflix</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-starter-feign</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-netflix</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-starter-hystrix-dashboard</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-netflix</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-starter-hystrix</artifactId>
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-security-parent</artifactId>
|
||||
<version>1.0.3.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.3.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-starter-oauth2</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<name>spring-cloud-starter-oauth2</name>
|
||||
<description>Spring Cloud Starter</description>
|
||||
<url>http://projects.spring.io/spring-cloud</url>
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-parent</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-starter-parent</artifactId>
|
||||
<version>Angel.BUILD-SNAPSHOT</version>
|
||||
<version>Angel.SR5</version>
|
||||
<name>spring-cloud-starter-parent</name>
|
||||
<description>Spring Cloud Starter</description>
|
||||
<packaging>pom</packaging>
|
||||
@@ -19,12 +19,12 @@
|
||||
</organization>
|
||||
<properties>
|
||||
<main.basedir>${basedir}/../..</main.basedir>
|
||||
<spring-cloud-aws.version>1.0.4.BUILD-SNAPSHOT</spring-cloud-aws.version>
|
||||
<spring-cloud-bus.version>1.0.3.BUILD-SNAPSHOT</spring-cloud-bus.version>
|
||||
<spring-cloud-commons.version>1.0.4.BUILD-SNAPSHOT</spring-cloud-commons.version>
|
||||
<spring-cloud-config.version>1.0.4.BUILD-SNAPSHOT</spring-cloud-config.version>
|
||||
<spring-cloud-netflix.version>1.0.5.BUILD-SNAPSHOT</spring-cloud-netflix.version>
|
||||
<spring-cloud-security.version>1.0.3.BUILD-SNAPSHOT</spring-cloud-security.version>
|
||||
<spring-cloud-aws.version>1.0.4.RELEASE</spring-cloud-aws.version>
|
||||
<spring-cloud-bus.version>1.0.3.RELEASE</spring-cloud-bus.version>
|
||||
<spring-cloud-commons.version>1.0.4.RELEASE</spring-cloud-commons.version>
|
||||
<spring-cloud-config.version>1.0.4.RELEASE</spring-cloud-config.version>
|
||||
<spring-cloud-netflix.version>1.0.5.RELEASE</spring-cloud-netflix.version>
|
||||
<spring-cloud-security.version>1.0.3.RELEASE</spring-cloud-security.version>
|
||||
</properties>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
@@ -76,37 +76,37 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-aws</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-aws-jdbc</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-aws-messaging</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-bus-amqp</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-config</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-eureka</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.google.inject.extensions</groupId>
|
||||
@@ -189,7 +189,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-eureka-server</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.google.inject.extensions</groupId>
|
||||
@@ -264,52 +264,52 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-feign</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-hystrix</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-hystrix-dashboard</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-oauth2</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-ribbon</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-security</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-turbine</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-turbine-amqp</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-zuul</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-zuul-server</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
</dependency>
|
||||
<!-- bom dependencies at the bottom so they can be overridden above -->
|
||||
<dependency>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-netflix</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-starter-ribbon</artifactId>
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-security-parent</artifactId>
|
||||
<version>1.0.3.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.3.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-starter-security</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<name>spring-cloud-starter-security</name>
|
||||
<description>Spring Cloud Starter</description>
|
||||
<url>http://projects.spring.io/spring-cloud</url>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-netflix</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-starter-turbine-amqp</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-netflix</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-starter-turbine</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-netflix</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-starter-zuul</artifactId>
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-commons-parent</artifactId>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-starter</artifactId>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<name>spring-cloud-starter</name>
|
||||
<description>Spring Cloud Starter</description>
|
||||
<url>http://projects.spring.io/spring-cloud</url>
|
||||
|
||||
Reference in New Issue
Block a user