Bumping versions to 2.2.2.BUILD-SNAPSHOT after release

This commit is contained in:
buildmaster
2019-12-20 14:31:45 +00:00
parent a4d6a67f0b
commit d451d5fd8e
80 changed files with 115 additions and 115 deletions

View File

@@ -1,4 +1,4 @@
org.gradle.daemon=false
verifierVersion=2.2.1.BUILD-SNAPSHOT
verifierVersion=2.2.2.BUILD-SNAPSHOT
BOM_VERSION=Hoxton.BUILD-SNAPSHOT
bootVersion=2.2.1.RELEASE
bootVersion=2.2.2.RELEASE

View File

@@ -14,14 +14,14 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.1.RELEASE</version>
<version>2.2.2.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.1.BUILD-SNAPSHOT</spring-cloud-contract.version>
<spring-cloud-contract.version>2.2.2.BUILD-SNAPSHOT</spring-cloud-contract.version>
</properties>
<dependencies>