Skip to content

Commit

Permalink
Prepare for 5.40.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sambsnyd committed Sep 12, 2024
1 parent 92c0808 commit 56ee891
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.41.0-SNAPSHOT</version>
<version>5.40.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.35.0</rewrite.version>
<rewrite.kotlin.version>1.20.0-SNAPSHOT</rewrite.kotlin.version>
<rewrite.version>8.35.1</rewrite.version>
<rewrite.kotlin.version>1.19.7</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 56ee891

Please sign in to comment.