Skip to content

Commit

Permalink
Do not show outdated maven plugin version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Dec 18, 2023
1 parent 54c3638 commit 7ca5a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ In the pom.xml of a different project you wish to test your recipe out in, make
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>5.2.4</version>
<version>RELEASE</version>
<configuration>
<activeRecipes>
<recipe>com.yourorg.NoGuavaListsNewArrayList</recipe>
Expand Down

0 comments on commit 7ca5a6e

Please sign in to comment.