Upgrade plugin versions according to rewrite 7.22.0 release

This commit is contained in:
Sam Snyder
2022-04-26 19:00:09 -07:00
parent 3f77436639
commit 2d871df2ce
2 changed files with 5 additions and 5 deletions

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.8.1</version>
<version>0.9.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.11.4")
id("io.moderne.rewrite") version("0.12.0")
}
// OpenRewrite and recipe modules are published to Maven Central

View File

@@ -1,7 +1,7 @@
# Versions of plugins and agent
| Component | Current version |
| --------------------------- | ------------------------------------------ |
| Moderne Maven build plugin | 0.8.1 |
| Moderne Gradle build plugin | 0.11.4 |
| --------------------------- |--------------------------------------------|
| Moderne Maven build plugin | 0.9.0 |
| Moderne Gradle build plugin | 0.12.0 |
| Agent | `moderne-dev/moderne/moderne-agent:0.34.0` |