Bumping versions to 3.0.2-SNAPSHOT after release

This commit is contained in:
buildmaster
2021-01-27 22:10:16 +00:00
parent 40feade942
commit 9a615c8f05
82 changed files with 136 additions and 137 deletions

View File

@@ -12,13 +12,13 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-docker-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.2-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-contract-docker</artifactId>
<packaging>pom</packaging>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.2-SNAPSHOT</version>
<name>Spring Cloud Contract Docker</name>
<description>Spring Cloud Contract Docker</description>

View File

@@ -1,4 +1,4 @@
org.gradle.daemon=false
verifierVersion=3.0.1-SNAPSHOT
springBootVersion=2.4.2-SNAPSHOT
verifierVersion=3.0.2-SNAPSHOT
springBootVersion=2.4.2
camelVersion=3.4.3