Skip to content

Commit 0cd60eb

Browse files
committed
Bump maven-compiler-plugin and war-plugin for Java 17
1 parent 72e939d commit 0cd60eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/resources/META-INF/rewrite/java-version-17.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@ recipeList:
7474
groupId: org.apache.maven.plugins
7575
artifactId: maven-checkstyle-plugin
7676
newVersion: 3.x
77+
- org.openrewrite.maven.UpgradePluginVersion:
78+
groupId: org.apache.maven.plugins
79+
artifactId: maven-compiler-plugin
80+
newVersion: 3.x
81+
- org.openrewrite.maven.UpgradePluginVersion:
82+
groupId: org.apache.maven.plugins
83+
artifactId: maven-war-plugin
84+
newVersion: 3.x
7785
- org.openrewrite.maven.UpgradePluginVersion:
7886
groupId: com.sonatype.clm
7987
artifactId: clm-maven-plugin

0 commit comments

Comments
 (0)