We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184e927 commit b4c30baCopy full SHA for b4c30ba
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.openrewrite.maven</groupId>
6
<artifactId>rewrite-maven-plugin</artifactId>
7
- <version>6.29.0-SNAPSHOT</version>
+ <version>6.29.0</version>
8
<packaging>maven-plugin</packaging>
9
10
<name>rewrite-maven-plugin</name>
@@ -41,7 +41,7 @@
41
<connection>scm:git:https://github.com/openrewrite/rewrite-maven-plugin.git</connection>
42
<developerConnection>${developerConnectionUrl}</developerConnection>
43
<url>https://github.com/openrewrite/rewrite-maven-plugin/tree/main</url>
44
- <tag>HEAD</tag>
+ <tag>v6.29.0</tag>
45
</scm>
46
47
<issueManagement>
0 commit comments