|
1 | 1 | - name: boot-2.7-3.0-dependency-version-update
|
2 |
| - description: Bump spring-boot-starter-parent from 2.7.x to 3.0.0-M3 |
| 2 | + description: Bump spring-boot-starter-parent from 2.7.x to 3.0.0 |
3 | 3 | condition:
|
4 | 4 | type: org.springframework.sbm.boot.common.conditions.IsSpringBootProject
|
5 | 5 | versionPattern: "2\\.7\\..*|3\\.0\\..*"
|
|
10 | 10 | condition:
|
11 | 11 | type: org.springframework.sbm.common.migration.conditions.TrueCondition
|
12 | 12 |
|
13 |
| - # TODO: upgrades for 2.7 |
14 |
| - - type: org.springframework.sbm.build.migration.actions.AddRepositoryAction |
15 |
| - description: Add Spring Boot milestone repository. |
16 |
| - id: "spring-milestone" |
17 |
| - url: "https://repo.spring.io/milestone" |
18 |
| - snapshotsEnabled: false |
19 |
| - condition: |
20 |
| - type: org.springframework.sbm.build.migration.conditions.NoRepositoryExistsCondition |
21 |
| - id: "spring-milestone" |
22 |
| - url: "https://repo.spring.io/milestone" |
23 |
| - |
24 |
| - - type: org.springframework.sbm.build.migration.actions.AddPluginRepositoryAction |
25 |
| - description: Add Spring Boot milestone plugin repository. |
26 |
| - id: "spring-milestone" |
27 |
| - url: "https://repo.spring.io/milestone" |
28 |
| - snapshotsEnabled: false |
29 |
| - condition: |
30 |
| - type: org.springframework.sbm.build.migration.conditions.NoPluginRepositoryExistsCondition |
31 |
| - id: "spring-milestone" |
32 |
| - url: "https://repo.spring.io/milestone" |
33 |
| - |
34 | 13 | - type: org.springframework.sbm.engine.recipe.OpenRewriteDeclarativeRecipeAdapter
|
35 | 14 | condition:
|
36 | 15 | type: org.springframework.sbm.boot.common.conditions.IsSpringBootProject
|
|
61 | 40 | condition:
|
62 | 41 | type: org.springframework.sbm.boot.common.conditions.IsSpringBootProject
|
63 | 42 | versionPattern: "2\\.7\\..*|3\\.0\\..*"
|
64 |
| - description: Add Spring Milestone Repository and bump SpringBoot to 3.0.0-M3 |
| 43 | + description: Add Spring Milestone Repository and bump SpringBoot to 3.0.0 |
65 | 44 | openRewriteRecipe: |-
|
66 | 45 | type: specs.openrewrite.org/v1beta/recipe
|
67 | 46 | name: org.openrewrite.java.spring.boot3.data.UpgradeSpringData30
|
|
70 | 49 | recipeList:
|
71 | 50 | - org.openrewrite.maven.spring.UpgradeUnmanagedSpringProject:
|
72 | 51 | versionPattern: "2\\.7\\..*"
|
73 |
| - newVersion: 3.0.0-M3 |
| 52 | + newVersion: 3.0.0 |
74 | 53 | - org.openrewrite.maven.ChangeDependencyClassifier:
|
75 | 54 | groupId: org.ehcache
|
76 | 55 | artifactId: ehcache
|
|
81 | 60 | - org.openrewrite.maven.UpgradeParentVersion:
|
82 | 61 | groupId: org.springframework.boot
|
83 | 62 | artifactId: spring-boot-starter-parent
|
84 |
| - newVersion: 3.0.0-M3 |
| 63 | + newVersion: 3.0.0 |
85 | 64 | - org.openrewrite.maven.UpgradeDependencyVersion:
|
86 | 65 | groupId: org.springframework.boot
|
87 | 66 | artifactId: spring-boot-dependencies
|
88 |
| - newVersion: 3.0.0-M3 |
| 67 | + newVersion: 3.0.0 |
89 | 68 | - type: org.springframework.sbm.engine.recipe.OpenRewriteDeclarativeRecipeAdapter
|
90 | 69 | condition:
|
91 | 70 | type: org.springframework.sbm.boot.common.conditions.IsSpringBootProject
|
|
0 commit comments