Add SNAPSHOT version to test

This commit is contained in:
atsmgv 2024-06-24 17:26:57 +02:00
parent 825684a28a
commit 195a68863a

View file

@ -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>