Bumping versions to 4.1.1-SNAPSHOT after release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
org.gradle.daemon=false
|
||||
verifierVersion=4.1.0-SNAPSHOT
|
||||
BOM_VERSION=2023.0.0-SNAPSHOT
|
||||
bootVersion=3.2.0-SNAPSHOT
|
||||
verifierVersion=4.1.1-SNAPSHOT
|
||||
BOM_VERSION=2023.0.1-SNAPSHOT
|
||||
bootVersion=3.2.0
|
||||
|
||||
@@ -31,14 +31,14 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.2.0-SNAPSHOT</version>
|
||||
<version>3.2.0</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<java.version>17</java.version>
|
||||
<spring-cloud-contract.version>4.1.0-SNAPSHOT</spring-cloud-contract.version>
|
||||
<spring-cloud-contract.version>4.1.1-SNAPSHOT</spring-cloud-contract.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user