Bumping versions to 2.2.4.BUILD-SNAPSHOT after release

This commit is contained in:
buildmaster
2020-05-28 22:22:17 +00:00
parent f0e7556400
commit b3ffbb99d3
82 changed files with 128 additions and 128 deletions

View File

@@ -1,4 +1,4 @@
org.gradle.daemon=false
verifierVersion=2.2.3.BUILD-SNAPSHOT
verifierVersion=2.2.4.BUILD-SNAPSHOT
BOM_VERSION=Hoxton.BUILD-SNAPSHOT
bootVersion=2.2.5.RELEASE
bootVersion=2.3.0.RELEASE

View File

@@ -31,14 +31,14 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.5.RELEASE</version>
<version>2.3.0.RELEASE</version>
<relativePath/>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<spring-cloud-contract.version>2.2.3.BUILD-SNAPSHOT</spring-cloud-contract.version>
<spring-cloud-contract.version>2.2.4.BUILD-SNAPSHOT</spring-cloud-contract.version>
</properties>
<dependencies>