-
Notifications
You must be signed in to change notification settings - Fork 271
Comparing changes
Open a pull request
base repository: mojohaus/versions
base: 2.20.1
head repository: mojohaus/versions
compare: 2.21.0
- 17 commits
- 63 files changed
- 5 contributors
Commits on Nov 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 681924f - Browse repository at this point
Copy the full SHA 681924fView commit details
Commits on Nov 30, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 78ca467 - Browse repository at this point
Copy the full SHA 78ca467View commit details -
Fixed #1317: Regression coming from ArtifactVersions::filter when cur…
…rentVersion is null and ignoredVersions is not null (#1319)
Configuration menu - View commit details
-
Copy full SHA for 3d10c6e - Browse repository at this point
Copy the full SHA 3d10c6eView commit details
Commits on Dec 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3952768 - Browse repository at this point
Copy the full SHA 3952768View commit details
Commits on Dec 2, 2025
-
#1310: Corrected UseDepVersionMojo + handling a similar case in SetMo…
…jo, SetScmTagMojo, UpdateChildModulesMojo (#1322)
Configuration menu - View commit details
-
Copy full SHA for de27177 - Browse repository at this point
Copy the full SHA de27177View commit details
Commits on Dec 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bfdf162 - Browse repository at this point
Copy the full SHA bfdf162View commit details
Commits on Dec 8, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 45736e0 - Browse repository at this point
Copy the full SHA 45736e0View commit details
Commits on Dec 19, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for cb84d01 - Browse repository at this point
Copy the full SHA cb84d01View commit details
Commits on Dec 26, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 4929d48 - Browse repository at this point
Copy the full SHA 4929d48View commit details
Commits on Jan 8, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 8d209b3 - Browse repository at this point
Copy the full SHA 8d209b3View commit details
Commits on Jan 11, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f51b9d5 - Browse repository at this point
Copy the full SHA f51b9d5View commit details
Commits on Jan 12, 2026
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 39af6a2 - Browse repository at this point
Copy the full SHA 39af6a2View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 38afa9f - Browse repository at this point
Copy the full SHA 38afa9fView commit details
Commits on Jan 17, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 7ae3767 - Browse repository at this point
Copy the full SHA 7ae3767View commit details
Commits on Jan 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b85c0a8 - Browse repository at this point
Copy the full SHA b85c0a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b947957 - Browse repository at this point
Copy the full SHA b947957View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cdedea - Browse repository at this point
Copy the full SHA 1cdedeaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.20.1...2.21.0