mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 08:31:21 +00:00
Update plugin versions for rewrite 7.29.0 release
This commit is contained in:
@@ -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.21.0</version>
|
||||
<version>0.22.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.21.0")
|
||||
id("io.moderne.rewrite") version("0.22.0")
|
||||
}
|
||||
|
||||
// OpenRewrite and recipe modules are published to Maven Central
|
||||
|
||||
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user