Revert to snapshots
This commit is contained in:
@@ -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.SR5</version>
|
||||
<version>Angel.BUILD-SNAPSHOT</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.RELEASE</version>
|
||||
<version>1.0.5.BUILD-SNAPSHOT</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<bintray.package>starters</bintray.package>
|
||||
<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>
|
||||
<spring-cloud-aws.version>1.0.5.BUILD-SNAPSHOT</spring-cloud-aws.version>
|
||||
<spring-cloud-bus.version>1.0.4.BUILD-SNAPSHOT</spring-cloud-bus.version>
|
||||
<spring-cloud-commons.version>1.0.5.BUILD-SNAPSHOT</spring-cloud-commons.version>
|
||||
<spring-cloud-config.version>1.0.5.BUILD-SNAPSHOT</spring-cloud-config.version>
|
||||
<spring-cloud-netflix.version>1.0.7.BUILD-SNAPSHOT</spring-cloud-netflix.version>
|
||||
<spring-cloud-security.version>1.0.4.BUILD-SNAPSHOT</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.RELEASE</version>
|
||||
<version>1.0.6.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-aws</artifactId>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<version>1.0.6.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-aws-jdbc</artifactId>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<version>1.0.6.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-aws-messaging</artifactId>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<version>1.0.6.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-bus-amqp</artifactId>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<version>1.0.6.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-config</artifactId>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<version>1.0.6.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-eureka</artifactId>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<version>1.0.6.BUILD-SNAPSHOT</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.RELEASE</version>
|
||||
<version>1.0.6.BUILD-SNAPSHOT</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.RELEASE</version>
|
||||
<version>1.0.6.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-hystrix</artifactId>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<version>1.0.6.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-hystrix-dashboard</artifactId>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<version>1.0.6.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-oauth2</artifactId>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<version>1.0.6.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-ribbon</artifactId>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<version>1.0.6.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-security</artifactId>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<version>1.0.6.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-turbine</artifactId>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<version>1.0.6.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-turbine-amqp</artifactId>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<version>1.0.6.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-zuul</artifactId>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<version>1.0.6.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-zuul-server</artifactId>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<version>1.0.6.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<!-- bom dependencies at the bottom so they can be overridden above -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user