From d0fb2bb9ed4c2d1c9215499d5855717ca8e2ba60 Mon Sep 17 00:00:00 2001 From: Sam Snyder Date: Fri, 2 Sep 2022 16:04:40 -0700 Subject: [PATCH] Update plugin versions for rewrite 7.29.0 release --- how-to/integrating-private-code.md | 4 ++-- releases/releases.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/how-to/integrating-private-code.md b/how-to/integrating-private-code.md index f2582868..c70acbaa 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.21.0 + 0.22.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.21.0") + id("io.moderne.rewrite") version("0.22.0") } // OpenRewrite and recipe modules are published to Maven Central diff --git a/releases/releases.md b/releases/releases.md index f6b4400d..41bd0acb 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.21.0 | -| Moderne Gradle build plugin | 0.21.0 | +| --------------------------- |-------------------------------------------------------------| +| Moderne Maven build plugin | 0.22.0 | +| Moderne Gradle build plugin | 0.22.0 | | Agent | moderne.azurecr.io/moderne-dev/moderne/moderne-agent:0.81.0 |