Revert "2.2.0.M5 version changes"

This reverts commit dcf98e5632.
This commit is contained in:
Ryan Baxter
2019-09-18 12:10:48 -04:00
parent dcf98e5632
commit 1b2b6bfb2c
5 changed files with 9 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build-dependencies</artifactId>
<version>2.2.0.M5</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
<name>spring-cloud-build-dependencies</name>
<packaging>pom</packaging>
<description>Spring Cloud Build Dependencies: an internal BOM for use with Spring
@@ -14,12 +14,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.2.0.M6</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot.version>2.2.0.M6</spring-boot.version>
<spring-boot.version>2.2.0.BUILD-SNAPSHOT</spring-boot.version>
</properties>
<distributionManagement>
<downloadUrl>https://github.com/spring-cloud</downloadUrl>