Update SNAPSHOT to 3.1.0

This commit is contained in:
buildmaster
2021-12-01 21:25:28 +00:00
parent a456fb4927
commit 8084a67c94
53 changed files with 70 additions and 70 deletions

View File

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