Skip to content

Commit 6a93148

Browse files
Bumped to latest snapshots
Signed-off-by: Marcin Grzejszczak <[email protected]>
1 parent c8dda60 commit 6a93148

File tree

165 files changed

+200
-2770
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+200
-2770
lines changed

beer_contracts/example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.3.4</version>
17+
<version>4.0.0-M3</version>
1818
<relativePath/>
1919
</parent>
2020

beer_contracts/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.daemon=false
22
verifierVersion=4.1.4-SNAPSHOT
3-
bootVersion=3.3.4
4-
BOM_VERSION=2023.0.3-SNAPSHOT
3+
bootVersion=4.0.0-M3
4+
BOM_VERSION=2025.1.0-SNAPSHOT

beer_contracts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>3.3.4</version>
16+
<version>4.0.0-M3</version>
1717
<relativePath/> <!-- lookup parent from repository -->
1818
</parent>
1919

beer_contracts/src/main/resources/contracts/com/example/beer-api-producer-external/1.0.0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.3.4</version>
17+
<version>4.0.0-M3</version>
1818
<relativePath/>
1919
</parent>
2020

beer_contracts/src/main/resources/contracts/com/example/beer-api-producer-external/2.0.0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.3.4</version>
17+
<version>4.0.0-M3</version>
1818
<relativePath/>
1919
</parent>
2020

beer_contracts/src/main/resources/contracts/foo/bar/barService/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>3.3.4</version>
16+
<version>4.0.0-M3</version>
1717
<relativePath/>
1818
</parent>
1919

beer_contracts/src/main/resources/contracts/foo/bar/bazService/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>3.3.4</version>
16+
<version>4.0.0-M3</version>
1717
<relativePath/>
1818
</parent>
1919

beer_contracts/src/main/resources/contracts/foo/bar/beer-api-consumer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>3.3.4</version>
16+
<version>4.0.0-M3</version>
1717
<relativePath/>
1818
</parent>
1919

beer_contracts/src/main/resources/contracts/foo/bar/fooService/1.2.3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>3.3.4</version>
16+
<version>4.0.0-M3</version>
1717
<relativePath/>
1818
</parent>
1919

common/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
org.gradle.daemon=false
2-
BOM_VERSION=2023.0.3-SNAPSHOT
2+
BOM_VERSION=2025.1.0-SNAPSHOT

0 commit comments

Comments
 (0)