From 901999b5dbd4a91019827ab2c879908ea6043422 Mon Sep 17 00:00:00 2001 From: Sam Snyder Date: Mon, 3 Oct 2022 23:31:15 -0700 Subject: [PATCH] Update version numbers for rewrite 7.30.1 releases --- 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 da808369..f1838f5a 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.27.0 + 0.27.1 @@ -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.1") + id("io.moderne.rewrite") version("0.26.2") } // OpenRewrite and recipe modules are published to Maven Central diff --git a/releases/releases.md b/releases/releases.md index 28b9463e..ba1cca9b 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.27.0 | -| Moderne Gradle build plugin | 0.26.1 | +| --------------------------- |-----------------| +| Moderne Maven build plugin | 0.27.1 | +| Moderne Gradle build plugin | 0.26.2 | | Agent | 0.95.0 |