Updates version to 4.3.0-SNAPSHOT

This commit is contained in:
spencergibb
2025-01-17 13:55:36 -05:00
parent c465f592e3
commit af30fd992d
50 changed files with 63 additions and 63 deletions

View File

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

View File

@@ -1,5 +1,5 @@
org.gradle.daemon=false
org.gradle.parallel=false
verifierVersion=4.2.1-SNAPSHOT
verifierVersion=4.3.0-SNAPSHOT
springBootVersion=3.4.0
camelVersion=3.11.0