Update plugin versions

This commit is contained in:
Sam Snyder
2022-04-04 12:05:28 -07:00
parent 22acdebba4
commit 0da3eef766

View File

@@ -20,7 +20,7 @@ In the pom.xml or build.gradle, add this entry to the `plugins` section to apply
<plugin>
<groupId>io.moderne</groupId>
<artifactId>moderne-maven-plugin</artifactId>
<version>0.7.1</version>
<version>0.8.0</version>
<configuration>
<!-- Supports all of the same functionality as the OpenRewrite plugin -->
<activeRecipes>
@@ -45,7 +45,7 @@ In the pom.xml or build.gradle, add this entry to the `plugins` section to apply
{% code title="build.gradle" %}
```groovy
plugins {
id("io.moderne.rewrite") version("0.9.0")
id("io.moderne.rewrite") version("0.11.0")
}
// OpenRewrite and recipe modules are published to Maven Central