Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sambsnyd committed Feb 13, 2025
1 parent 62ca54e commit 40ceec6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.1.3-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>rewrite-maven-plugin</name>
Expand Down Expand Up @@ -62,8 +62,8 @@

<properties>
<!-- Pinned versions, as RELEASE would make it into the published pom.xml -->
<rewrite.version>8.46.0-SNAPSHOT</rewrite.version>
<rewrite.kotlin.version>1.28.0-SNAPSHOT</rewrite.kotlin.version>
<rewrite.version>8.45.4</rewrite.version>
<rewrite.kotlin.version>1.27.0</rewrite.kotlin.version>

<!-- using 'ssh' url scheme by default, which assumes a human is performing git operations leveraging an ssh key -->
<developerConnectionUrl>scm:git:ssh://git@github.com/openrewrite/rewrite-maven-plugin.git
Expand Down

0 comments on commit 40ceec6

Please sign in to comment.