Bumping versions to 4.0.1-SNAPSHOT after release

This commit is contained in:
buildmaster
2022-12-16 15:48:54 +00:00
parent 6b8ab3ad29
commit ff8d6e15da
72 changed files with 113 additions and 113 deletions

View File

@@ -12,13 +12,13 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-docker-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-contract-docker</artifactId>
<packaging>pom</packaging>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.1-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=4.0.0-SNAPSHOT
verifierVersion=4.0.1-SNAPSHOT
springBootVersion=3.0.0
camelVersion=3.11.0