Skip to content

Commit

Permalink
Prepare for 5.38.1 patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
sambsnyd committed Aug 8, 2024
1 parent 039dcb3 commit 04ebee7
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>5.39.0-SNAPSHOT</version>
<version>5.38.1-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.34.0-SNAPSHOT</rewrite.version>
<rewrite.kotlin.version>1.20.0-SNAPSHOT</rewrite.kotlin.version>
<rewrite.version>8.33.0</rewrite.version>
<rewrite.kotlin.version>1.19.3</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://[email protected]/openrewrite/rewrite-maven-plugin.git
Expand Down

0 comments on commit 04ebee7

Please sign in to comment.