Change spring-cloud-build version to 2.2.3.RELEASE

This commit is contained in:
Oleg Zhurakousky
2020-03-04 14:16:22 +01:00
parent 87dd0dd113
commit c85d4f1629
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.2.4.BUILD-SNAPSHOT</version>
<version>2.2.3.RELEASE</version>
<relativePath/>
</parent>