Skip to content

Commit da74773

Browse files
committed
Replace Spring Boot Milestone with 3.0.0
1 parent d455810 commit da74773

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/sbm-recipes-boot-upgrade/src/main/resources/recipes/27_30/migration/sbu30-upgrade-boot-version.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
condition:
99
type: org.springframework.sbm.boot.common.conditions.IsSpringBootProject
1010
versionPattern: "2\\.7\\..*"
11-
description: Bump Spring Boot to 3.0.0-RC2
11+
description: Bump Spring Boot to 3.0.0
1212
openRewriteRecipe: |-
1313
type: specs.openrewrite.org/v1beta/recipe
1414
name: org.openrewrite.java.spring.boot3.data.UpgradeSpringData30
@@ -17,12 +17,12 @@
1717
recipeList:
1818
- org.openrewrite.maven.spring.UpgradeUnmanagedSpringProject:
1919
versionPattern: "2\\.7\\..*"
20-
newVersion: 3.0.0-RC2
20+
newVersion: 3.0.0
2121
- org.openrewrite.maven.UpgradeParentVersion:
2222
groupId: org.springframework.boot
2323
artifactId: spring-boot-starter-parent
24-
newVersion: 3.0.0-RC2
24+
newVersion: 3.0.0
2525
- org.openrewrite.maven.UpgradeDependencyVersion:
2626
groupId: org.springframework.boot
2727
artifactId: spring-boot-dependencies
28-
newVersion: 3.0.0-RC2
28+
newVersion: 3.0.0

0 commit comments

Comments
 (0)