Update plugin version numbers

This commit is contained in:
Sam Snyder
2022-09-29 13:55:14 -07:00
parent 9030276e7a
commit 74b92d9765
2 changed files with 4 additions and 4 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.26.0</version>
<version>0.27.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.26.0")
id("io.moderne.rewrite") version("0.26.1")
}
// OpenRewrite and recipe modules are published to Maven Central

View File

@@ -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 |