Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sambsnyd committed Mar 23, 2024
1 parent e216c86 commit 5bf5b34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions src/main/resources/META-INF/rewrite/spring-boot-30.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ recipeList:
groupId: org.springframework.boot
artifactId: spring-boot-starter-parent
newVersion: 3.0.x
retainVersions:
- org.thymeleaf:thymeleaf-spring5
- org.thymeleaf.extras:thymeleaf-extras-springsecurity5
- org.openrewrite.gradle.plugins.UpgradePluginVersion:
pluginIdPattern: org.springframework.boot
newVersion: 3.0.x
Expand Down Expand Up @@ -227,4 +224,4 @@ recipeList:
oldArtifactId: metrics-servlets
newArtifactId: metrics-jakarta-servlets
newVersion: 4.2.x
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Foo {
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.13.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath/>
</parent>
<groupId>com.example</groupId>
<artifactId>acme</artifactId>
Expand All @@ -88,7 +88,7 @@ class Foo {
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.12.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath/>
</parent>
<groupId>com.example</groupId>
<artifactId>acme</artifactId>
Expand Down Expand Up @@ -135,7 +135,7 @@ class Foo {
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.13.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath/>
</parent>
<groupId>com.example</groupId>
<artifactId>acme</artifactId>
Expand All @@ -155,7 +155,7 @@ class Foo {
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.12.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath/>
</parent>
<groupId>com.example</groupId>
<artifactId>acme</artifactId>
Expand Down

0 comments on commit 5bf5b34

Please sign in to comment.