diff --git a/pom.xml b/pom.xml index 53e4ed8640..35f0d18d8a 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.springframework.cloud spring-cloud-build - 2.2.0.RELEASE + 2.2.1.BUILD-SNAPSHOT @@ -28,7 +28,7 @@ 2.17 3.6.14 0.0.9 - 2.2.0.RELEASE + 2.2.1.BUILD-SNAPSHOT 2.2.1.BUILD-SNAPSHOT Horsham.RELEASE 2.2.1.BUILD-SNAPSHOT diff --git a/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/gradle.properties b/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/gradle.properties index 46ec686f85..cc44240db1 100644 --- a/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/gradle.properties +++ b/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/gradle.properties @@ -18,4 +18,4 @@ nexusPassword= verifierVersion=2.2.1.BUILD-SNAPSHOT org.gradle.daemon=false aetherVersion=1.1.0 -springCloudBuildVersion=2.2.0.RELEASE +springCloudBuildVersion=2.2.1.BUILD-SNAPSHOT