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: mojohaus/versions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.20.1
Choose a base ref
...
head repository: mojohaus/versions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.21.0
Choose a head ref
  • 17 commits
  • 63 files changed
  • 5 contributors

Commits on Nov 24, 2025

  1. Configuration menu
    Copy the full SHA
    681924f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2025

  1. Bump byteBuddyVersion from 1.18.1 to 1.18.2 (#1318)

    Bumps `byteBuddyVersion` from 1.18.1 to 1.18.2.
    
    Updates `net.bytebuddy:byte-buddy` from 1.18.1 to 1.18.2
    - [Release notes](https://github.com/raphw/byte-buddy/releases)
    - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
    - [Commits](raphw/byte-buddy@byte-buddy-1.18.1...byte-buddy-1.18.2)
    
    Updates `net.bytebuddy:byte-buddy-agent` from 1.18.1 to 1.18.2
    - [Release notes](https://github.com/raphw/byte-buddy/releases)
    - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
    - [Commits](raphw/byte-buddy@byte-buddy-1.18.1...byte-buddy-1.18.2)
    
    ---
    updated-dependencies:
    - dependency-name: net.bytebuddy:byte-buddy
      dependency-version: 1.18.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: net.bytebuddy:byte-buddy-agent
      dependency-version: 1.18.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 30, 2025
    Configuration menu
    Copy the full SHA
    78ca467 View commit details
    Browse the repository at this point in the history
  2. Fixed #1317: Regression coming from ArtifactVersions::filter when cur…

    …rentVersion is null and ignoredVersions is not null (#1319)
    andrzejj0 authored Nov 30, 2025
    Configuration menu
    Copy the full SHA
    3d10c6e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Configuration menu
    Copy the full SHA
    3952768 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. #1310: Corrected UseDepVersionMojo + handling a similar case in SetMo…

    …jo, SetScmTagMojo, UpdateChildModulesMojo (#1322)
    andrzejj0 authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    de27177 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2025

  1. Configuration menu
    Copy the full SHA
    bfdf162 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0

    Bumps [org.apache.commons:commons-text](https://github.com/apache/commons-text) from 1.14.0 to 1.15.0.
    - [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt)
    - [Commits](apache/commons-text@rel/commons-text-1.14.0...rel/commons-text-1.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-text
      dependency-version: 1.15.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slawekjaranowski committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    45736e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. Add versions.skip parameter to skip plugin execution (#1328)

    Introduces a new parameter 'versions.skip' that allows users to skip
    the execution of the versions plugin. When set to true, the plugin
    logs "Skipping execution" and exits immediately.
    
    The skip check is implemented in AbstractVersionsUpdaterMojo and all
    mojos that override execute(), ensuring it works correctly across all
    plugin goals.
    
    Usage: mvn versions:set -DnewVersion=1.0.0 -Dversions.skip=true
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
    
    Add comprehensive tests for versions.skip parameter
    
    Tests verify that the skip parameter works correctly across different
    types of mojos:
    - SetMojo (extends AbstractVersionsUpdaterMojo)
    - DisplayDependencyUpdatesMojo (overrides execute)
    - DisplayParentUpdatesMojo (overrides execute)
    - UseDepVersionMojo (overrides execute)
    - CommitMojo (standalone mojo)
    - ForceReleasesMojo (uses base class execute)
    
    Each test verifies:
    1. The log contains "Skipping execution"
    2. The mojo doesn't perform its normal operations when skip=true
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
    
    Add IT's
    
    remove
    jorgheymans authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    cb84d01 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2025

  1. Bump byteBuddyVersion from 1.18.2 to 1.18.3 (#1329)

    Bumps `byteBuddyVersion` from 1.18.2 to 1.18.3.
    
    Updates `net.bytebuddy:byte-buddy` from 1.18.2 to 1.18.3
    - [Release notes](https://github.com/raphw/byte-buddy/releases)
    - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
    - [Commits](raphw/byte-buddy@byte-buddy-1.18.2...byte-buddy-1.18.3)
    
    Updates `net.bytebuddy:byte-buddy-agent` from 1.18.2 to 1.18.3
    - [Release notes](https://github.com/raphw/byte-buddy/releases)
    - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
    - [Commits](raphw/byte-buddy@byte-buddy-1.18.2...byte-buddy-1.18.3)
    
    ---
    updated-dependencies:
    - dependency-name: net.bytebuddy:byte-buddy
      dependency-version: 1.18.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: net.bytebuddy:byte-buddy-agent
      dependency-version: 1.18.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 26, 2025
    Configuration menu
    Copy the full SHA
    4929d48 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. Bump org.codehaus.mojo:mojo-parent from 94 to 95 (#1330)

    Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 94 to 95.
    - [Release notes](https://github.com/mojohaus/mojo-parent/releases)
    - [Commits](https://github.com/mojohaus/mojo-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:mojo-parent
      dependency-version: '95'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    8d209b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2026

  1. Configuration menu
    Copy the full SHA
    f51b9d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. Bump org.codehaus.plexus:plexus-archiver from 4.10.4 to 4.11.0

    Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.10.4 to 4.11.0.
    - [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)
    - [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)
    - [Commits](codehaus-plexus/plexus-archiver@plexus-archiver-4.10.4...plexus-archiver-4.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-archiver
      dependency-version: 4.11.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slawekjaranowski committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    39af6a2 View commit details
    Browse the repository at this point in the history
  2. Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness

    Bumps org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-harness
      dependency-version: 3.5.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slawekjaranowski committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    38afa9f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2026

  1. Bump byteBuddyVersion from 1.18.3 to 1.18.4 (#1335)

    Bumps `byteBuddyVersion` from 1.18.3 to 1.18.4.
    
    Updates `net.bytebuddy:byte-buddy` from 1.18.3 to 1.18.4
    - [Release notes](https://github.com/raphw/byte-buddy/releases)
    - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
    - [Commits](raphw/byte-buddy@byte-buddy-1.18.3...byte-buddy-1.18.4)
    
    Updates `net.bytebuddy:byte-buddy-agent` from 1.18.3 to 1.18.4
    - [Release notes](https://github.com/raphw/byte-buddy/releases)
    - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
    - [Commits](raphw/byte-buddy@byte-buddy-1.18.3...byte-buddy-1.18.4)
    
    ---
    updated-dependencies:
    - dependency-name: net.bytebuddy:byte-buddy
      dependency-version: 1.18.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: net.bytebuddy:byte-buddy-agent
      dependency-version: 1.18.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 17, 2026
    Configuration menu
    Copy the full SHA
    7ae3767 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2026

  1. Configuration menu
    Copy the full SHA
    b85c0a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b947957 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cdedea View commit details
    Browse the repository at this point in the history
Loading