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: v6.1.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: v6.1.1
Choose a head ref
  • 7 commits
  • 2 files changed
  • 3 contributors

Commits on Feb 7, 2025

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1a9c172 View commit details
  2. Copy the full SHA
    71ae2d5 View commit details

Commits on Feb 10, 2025

  1. chore(ci): bump io.rsocket:rsocket-bom from 1.1.4 to 1.1.5 (#943)

    Bumps [io.rsocket:rsocket-bom](https://github.com/rsocket/rsocket-java) from 1.1.4 to 1.1.5.
    - [Release notes](https://github.com/rsocket/rsocket-java/releases)
    - [Commits](rsocket/rsocket-java@1.1.4...1.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: io.rsocket:rsocket-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 10, 2025
    Copy the full SHA
    a791ff7 View commit details
  2. Update pom.xml to target 6.1.1 next

    timtebeek authored Feb 10, 2025
    Copy the full SHA
    88e6e3c View commit details
  3. chore(ci): bump com.gradle:develocity-maven-extension (#939)

    Bumps com.gradle:develocity-maven-extension from 1.23 to 1.23.1.
    
    ---
    updated-dependencies:
    - dependency-name: com.gradle:develocity-maven-extension
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Tim te Beek <tim@moderne.io>
    dependabot[bot] and timtebeek authored Feb 10, 2025
    Copy the full SHA
    f956c45 View commit details
  4. Copy the full SHA
    f2d3cf8 View commit details
  5. Copy the full SHA
    b4ad4e3 View commit details
Showing with 5 additions and 5 deletions.
  1. +1 −1 .mvn/extensions.xml
  2. +4 −4 pom.xml
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@
<extension>
<groupId>com.gradle</groupId>
<artifactId>develocity-maven-extension</artifactId>
<version>1.23</version>
<version>1.23.1</version>
</extension>
</extensions>
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>6.1.0</version>
<version>6.1.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>v6.1.0</tag>
<tag>v6.1.1</tag>
</scm>

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

<properties>
<!-- Pinned versions, as RELEASE would make it into the published pom.xml -->
<rewrite.version>8.45.0</rewrite.version>
<rewrite.version>8.45.1</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 -->
@@ -79,7 +79,7 @@
<jackson-bom.version>2.17.3</jackson-bom.version>
<netty.version>4.1.117.Final</netty.version>
<rocksdbjni.version>8.8.1</rocksdbjni.version>
<rsocket.version>1.1.4</rsocket.version>
<rsocket.version>1.1.5</rsocket.version>
<itf-maven.version>0.13.1</itf-maven.version>
<maven-dependencies.version>3.9.9</maven-dependencies.version>
<maven-release-plugin.version>3.1.1</maven-release-plugin.version>