diff --git a/how-to/integrating-private-code.md b/how-to/integrating-private-code.md index 4d3e6d0e..da808369 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.26.0 + 0.27.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.26.0") + id("io.moderne.rewrite") version("0.26.1") } // OpenRewrite and recipe modules are published to Maven Central diff --git a/releases/releases.md b/releases/releases.md index b6865f32..05181eeb 100644 --- a/releases/releases.md +++ b/releases/releases.md @@ -2,6 +2,6 @@ | Component | Current version | | --------------------------- |-----------------| -| Moderne Maven build plugin | 0.26.0 | -| Moderne Gradle build plugin | 0.26.0 | +| Moderne Maven build plugin | 0.27.0 | +| Moderne Gradle build plugin | 0.26.1 | | Agent | 0.91.0 |