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.3.1
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.3.2
Choose a head ref
  • 8 commits
  • 1 file changed
  • 3 contributors

Commits on Mar 13, 2025

  1. Copy the full SHA
    5a19b4c View commit details
  2. Copy the full SHA
    af19523 View commit details

Commits on Mar 17, 2025

  1. chore(ci): bump org.apache.maven:maven-api-xml (#960)

    Bumps [org.apache.maven:maven-api-xml](https://github.com/apache/maven) from 4.0.0-rc-2 to 4.0.0-rc-3.
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-4.0.0-rc-2...maven-4.0.0-rc-3)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-api-xml
      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 Mar 17, 2025
    Copy the full SHA
    4a27e7e View commit details
  2. chore(ci): bump org.junit:junit-bom from 5.12.0 to 5.12.1 (#961)

    Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.0 to 5.12.1.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.12.0...r5.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit:junit-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 Mar 17, 2025
    Copy the full SHA
    fee6e8d View commit details
  3. chore(ci): bump io.micrometer:micrometer-core from 1.14.4 to 1.14.5 (#…

    …962)
    
    Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.14.4 to 1.14.5.
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](micrometer-metrics/micrometer@v1.14.4...v1.14.5)
    
    ---
    updated-dependencies:
    - dependency-name: io.micrometer:micrometer-core
      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 Mar 17, 2025
    Copy the full SHA
    d239924 View commit details

Commits on Mar 19, 2025

  1. Target 6.3.2 for the next release

    timtebeek committed Mar 19, 2025
    Copy the full SHA
    9d598fc View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6ef8c1c View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8beabdf View commit details
Showing with 7 additions and 7 deletions.
  1. +7 −7 pom.xml
14 changes: 7 additions & 7 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.3.1</version>
<version>6.3.2</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.3.1</tag>
<tag>v6.3.2</tag>
</scm>

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

<properties>
<!-- Pinned versions, as RELEASE would make it into the published pom.xml -->
<rewrite.version>8.48.0</rewrite.version>
<rewrite.kotlin.version>8.48.0</rewrite.kotlin.version>
<rewrite.version>8.48.1</rewrite.version>
<rewrite.kotlin.version>8.48.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
@@ -96,7 +96,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.12.0</version>
<version>5.12.1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
@@ -124,7 +124,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-xml</artifactId>
<version>4.0.0-rc-2</version>
<version>4.0.0-rc-3</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -206,7 +206,7 @@
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
<version>1.14.4</version>
<version>1.14.5</version>
</dependency>
<dependency>
<groupId>org.rocksdb</groupId>