Revert to snapshots
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -9,7 +9,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-build</artifactId>
|
||||
<version>1.2.1.RELEASE</version>
|
||||
<version>1.2.2.BUILD-SNAPSHOT</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>spring-cloud-dependencies-parent</artifactId>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<version>1.2.1.RELEASE</version>
|
||||
<version>1.2.2.BUILD-SNAPSHOT</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
<artifactId>spring-cloud-stream-dependencies</artifactId>
|
||||
@@ -13,9 +13,9 @@
|
||||
<name>spring-cloud-stream-dependencies</name>
|
||||
<description>Spring Cloud Stream Dependencies</description>
|
||||
<properties>
|
||||
<spring.cloud.stream.version>1.1.0.RELEASE</spring.cloud.stream.version>
|
||||
<spring.cloud.stream.binder.kafka.version>1.1.0.RELEASE</spring.cloud.stream.binder.kafka.version>
|
||||
<spring.cloud.stream.binder.rabbit.version>1.1.0.RELEASE</spring.cloud.stream.binder.rabbit.version>
|
||||
<spring.cloud.stream.version>1.1.1.BUILD-SNAPSHOT</spring.cloud.stream.version>
|
||||
<spring.cloud.stream.binder.kafka.version>1.1.1.BUILD-SNAPSHOT</spring.cloud.stream.binder.kafka.version>
|
||||
<spring.cloud.stream.binder.rabbit.version>1.1.1.BUILD-SNAPSHOT</spring.cloud.stream.binder.rabbit.version>
|
||||
</properties>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-stream-parent</artifactId>
|
||||
<version>1.1.0.RELEASE</version>
|
||||
<version>1.1.1.BUILD-SNAPSHOT</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
<artifactId>spring-cloud-stream-docs</artifactId>
|
||||
@@ -30,12 +30,12 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-stream-binder-kafka</artifactId>
|
||||
<version>1.1.0.RELEASE</version>
|
||||
<version>1.1.1.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-stream-binder-rabbit</artifactId>
|
||||
<version>1.1.0.RELEASE</version>
|
||||
<version>1.1.1.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<profiles>
|
||||
|
||||
Reference in New Issue
Block a user