diff --git a/how-to/integrating-private-code.md b/how-to/integrating-private-code.md index 9f1f683a..c44aa215 100644 --- a/how-to/integrating-private-code.md +++ b/how-to/integrating-private-code.md @@ -20,7 +20,7 @@ In the pom.xml or build.gradle, add this entry to the `plugins` section to apply io.moderne moderne-maven-plugin - 0.8.1 + 0.9.0 @@ -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 diff --git a/releases/releases.md b/releases/releases.md index b699097f..0711bcb1 100644 --- a/releases/releases.md +++ b/releases/releases.md @@ -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` |