Bumped versions for 3.0.7.RELEASE

This commit is contained in:
Oleg Zhurakousky
2020-05-28 09:59:48 +02:00
parent c695937ceb
commit 543fc40cae
3 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.2.3.RELEASE</version>
<version>3.0.0.RELEASE</version>
<relativePath />
</parent>

View File

@@ -5,17 +5,17 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<version>2.2.3.RELEASE</version>
<version>3.0.0.RELEASE</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-dependencies</artifactId>
<version>HOXTON.SR4</version>
<version>HOXTON.SR5</version>
<name>spring-cloud-dependencies</name>
<description>Spring Cloud Dependencies</description>
<packaging>pom</packaging>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
<spring-cloud-function.version>3.0.6.RELEASE</spring-cloud-function.version>
<spring-cloud-function.version>3.0.7.RELEASE</spring-cloud-function.version>
</properties>
<dependencyManagement>
<dependencies>

View File

@@ -5,11 +5,11 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.6.RELEASE</version>
<version>3.0.0.RELEASE</version>
</parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId>
<version>HOXTON.SR4</version>
<version>HOXTON.SR5</version>
<name>spring-cloud-starter-parent</name>
<description>Spring Cloud Starter Parent</description>
<packaging>pom</packaging>