mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
Add SNAPSHOT version to test
This commit is contained in:
parent
825684a28a
commit
195a68863a
1 changed files with 6 additions and 3 deletions
7
pom.xml
7
pom.xml
|
@ -209,12 +209,15 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.openrewrite.maven</groupId>
|
<groupId>org.openrewrite.maven</groupId>
|
||||||
<artifactId>rewrite-maven-plugin</artifactId>
|
<artifactId>rewrite-maven-plugin</artifactId>
|
||||||
<version>5.34.0</version>
|
<version>5.35.0-SNAPSHOT</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<exportDatatables>true</exportDatatables>
|
<exportDatatables>true</exportDatatables>
|
||||||
<activeRecipes>
|
<activeRecipes>
|
||||||
<!--
|
<!--
|
||||||
<recipe>com.example.MigrateToSpringBoot3_3</recipe>
|
<recipe>com.example.MigrateToSpringBoot3_3</recipe>
|
||||||
|
<recipe>com.example.PostMigrateToSpringBoot3_3</recipe>
|
||||||
|
|
||||||
|
<recipe>org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3</recipe>
|
||||||
-->
|
-->
|
||||||
<recipe>org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3</recipe>
|
<recipe>org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3</recipe>
|
||||||
</activeRecipes>
|
</activeRecipes>
|
||||||
|
@ -223,7 +226,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.openrewrite.recipe</groupId>
|
<groupId>org.openrewrite.recipe</groupId>
|
||||||
<artifactId>rewrite-spring</artifactId>
|
<artifactId>rewrite-spring</artifactId>
|
||||||
<version>5.13.2</version>
|
<version>5.14.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
Loading…
Reference in a new issue