Bumping versions for SCF 3.0.2.RELEASE

This commit is contained in:
Oleg Zhurakousky
2020-02-12 17:33:53 +01:00
parent 362d25344a
commit 6bd994590f
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -15,7 +15,7 @@
<packaging>pom</packaging>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
<spring-cloud-function.version>3.0.1.RELEASE</spring-cloud-function.version>
<spring-cloud-function.version>3.0.2.RELEASE</spring-cloud-function.version>
</properties>
<dependencyManagement>
<dependencies>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.2.RELEASE</version>
<version>2.2.4.RELEASE</version>
</parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId>