We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9fec7 commit 840c117Copy full SHA for 840c117
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.openrewrite.maven</groupId>
6
<artifactId>rewrite-maven-plugin</artifactId>
7
- <version>6.7.0-SNAPSHOT</version>
+ <version>6.6.1-SNAPSHOT</version>
8
<packaging>maven-plugin</packaging>
9
10
<name>rewrite-maven-plugin</name>
@@ -62,7 +62,7 @@
62
63
<properties>
64
<!-- Pinned versions, as RELEASE would make it into the published pom.xml -->
65
- <rewrite.version>8.51.0-SNAPSHOT</rewrite.version>
+ <rewrite.version>8.51.2</rewrite.version>
66
67
<!-- using 'ssh' url scheme by default, which assumes a human is performing git operations leveraging an ssh key -->
68
<developerConnectionUrl>scm:git:ssh://[email protected]/openrewrite/rewrite-maven-plugin.git
0 commit comments