Upgrade to Spring Cloud 1.2.2.RELEASE artifacts

This commit is contained in:
Marius Bogoevici
2017-03-06 21:15:40 -05:00
parent 3302910b7c
commit 908498a7f4
3 changed files with 3 additions and 3 deletions

View File

@@ -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.RELEASE</version>
<relativePath />
</parent>

View File

@@ -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.RELEASE</version>
<relativePath />
</parent>
<artifactId>spring-cloud-stream-dependencies</artifactId>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.2.1.RELEASE</version>
<version>1.2.2.RELEASE</version>
<relativePath />
</parent>
<artifactId>spring-cloud-stream-docs</artifactId>