Update SNAPSHOT to 2.2.0.RELEASE

This commit is contained in:
buildmaster
2019-11-26 09:42:59 +00:00
parent 43ad9b1c03
commit 84de69d4e0
13 changed files with 28 additions and 28 deletions

View File

@@ -5,12 +5,12 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-bus-parent</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
<version>2.2.0.RELEASE</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-bus-tests</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
<version>2.2.0.RELEASE</version>
<name>spring-cloud-bus-tests</name>
<description>Spring Cloud Bus Tests</description>
<url>https://spring.io/spring-cloud/spring-cloud-bus-parent/spring-cloud-bus-tests</url>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-bus-parent</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
<version>2.2.0.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>