Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openrewrite/rewrite-maven-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.46.0
Choose a base ref
...
head repository: openrewrite/rewrite-maven-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.46.1
Choose a head ref
  • 5 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 27, 2024

  1. Copy the full SHA
    63dde10 View commit details

Commits on Nov 28, 2024

  1. Copy the full SHA
    70ab252 View commit details
  2. Target 5.46.1 next

    timtebeek authored Nov 28, 2024
    Copy the full SHA
    9b44955 View commit details
  3. Copy the full SHA
    b897bcf View commit details
  4. Copy the full SHA
    5cfe2f4 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pom.xml
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>5.46.0</version>
<version>5.46.1</version>
<packaging>maven-plugin</packaging>

<name>rewrite-maven-plugin</name>
@@ -41,7 +41,7 @@
<connection>scm:git:https://github.com/openrewrite/rewrite-maven-plugin.git</connection>
<developerConnection>${developerConnectionUrl}</developerConnection>
<url>https://github.com/openrewrite/rewrite-maven-plugin/tree/main</url>
<tag>v5.46.0</tag>
<tag>v5.46.1</tag>
</scm>

<issueManagement>
@@ -62,8 +62,8 @@

<properties>
<!-- Pinned versions, as RELEASE would make it into the published pom.xml -->
<rewrite.version>8.41.0</rewrite.version>
<rewrite.kotlin.version>1.23.0</rewrite.kotlin.version>
<rewrite.version>8.41.1</rewrite.version>
<rewrite.kotlin.version>1.23.1</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