Changed s-c-build versions to 2.3.0.RELEASE

This commit is contained in:
Oleg Zhurakousky
2020-05-28 11:33:30 +02:00
parent 543fc40cae
commit 8c6cbb11a7
3 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<version>3.0.0.RELEASE</version>
<version>2.3.0.RELEASE</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-dependencies</artifactId>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.0.RELEASE</version>
<version>2.3.0.RELEASE</version>
</parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId>
@@ -20,7 +20,7 @@
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
<spring-cloud.version>Hoxton.SR4</spring-cloud.version>
<spring-cloud.version>Hoxton.SR5</spring-cloud.version>
</properties>
<dependencyManagement>
<dependencies>