-
Notifications
You must be signed in to change notification settings - Fork 271
Comparing changes
Open a pull request
base repository: mojohaus/versions
base: a7e6cdb
head repository: mojohaus/versions
compare: 6b33fbc
- 14 commits
- 29 files changed
- 6 contributors
Commits on Sep 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bd94557 - Browse repository at this point
Copy the full SHA bd94557View commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ef4e95 - Browse repository at this point
Copy the full SHA 3ef4e95View commit details
Commits on Oct 9, 2023
-
Bump commons-io:commons-io from 2.13.0 to 2.14.0
Bumps commons-io:commons-io from 2.13.0 to 2.14.0. --- updated-dependencies: - dependency-name: commons-io:commons-io 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 13cfe88 - Browse repository at this point
Copy the full SHA 13cfe88View commit details -
Bump plexus-utils from 3.5.1 to 4.0.0
Bumps [plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.5.1 to 4.0.0. - [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases) - [Commits](codehaus-plexus/plexus-utils@plexus-utils-3.5.1...plexus-utils-4.0.0) --- updated-dependencies: - dependency-name: org.codehaus.plexus:plexus-utils dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a2b04e - Browse repository at this point
Copy the full SHA 3a2b04eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fefd9d - Browse repository at this point
Copy the full SHA 8fefd9dView commit details
Commits on Oct 27, 2023
-
Bump commons-io:commons-io from 2.14.0 to 2.15.0
Bumps commons-io:commons-io from 2.14.0 to 2.15.0. --- updated-dependencies: - dependency-name: commons-io:commons-io 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 eca1e46 - Browse repository at this point
Copy the full SHA eca1e46View commit details -
Bump org.codehaus.mojo:mojo-parent from 76 to 77
Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 76 to 77. - [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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69cc330 - Browse repository at this point
Copy the full SHA 69cc330View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a397c2 - Browse repository at this point
Copy the full SHA 4a397c2View commit details
Commits on Nov 4, 2023
-
Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0
Bumps org.apache.commons:commons-text from 1.10.0 to 1.11.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-text 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 048d3a3 - Browse repository at this point
Copy the full SHA 048d3a3View commit details
Commits on Nov 9, 2023
-
Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.0
Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.8.0 to 4.9.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.8.0...plexus-archiver-4.9.0) --- updated-dependencies: - dependency-name: org.codehaus.plexus:plexus-archiver 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 2ac332d - Browse repository at this point
Copy the full SHA 2ac332dView commit details
Commits on Nov 13, 2023
-
Reading project model should throw exception
In other case we can omit a module from list to process In Maven 4 model reading is more strict, when we have a bad file in project - ITs can not start because of strict parsing
Configuration menu - View commit details
-
Copy full SHA for 2fd9c32 - Browse repository at this point
Copy the full SHA 2fd9c32View commit details
Commits on Nov 16, 2023
-
Fix ISE with plugins aggregate report when reactor projects contains …
…the same plugin declaration multiple time with different versions (#1024) Signed-off-by: Olivier Lamy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1136bf4 - Browse repository at this point
Copy the full SHA 1136bf4View commit details -
Align update-parent and display-parent-update (#1017)
* Resolves #1016 - Align update-parent and display-parent-update * Introduce DisplayParentUpdatesMojoOutputTest * use SegmentUtils.determineUnchangedSegment * Align DisplayParentUpdatesMojoTest and UpdateParentMojoTest * Apply formatting rules * update javadoc since annotation to 2.17.0 for newly introduced properties * Align variable name between DisplayParentUpdatesMojo and UpdateParentMojo * Align skipResolution && isBlank(parentVersion) * Use Optional in favor of ternary operator
Configuration menu - View commit details
-
Copy full SHA for e56c8c4 - Browse repository at this point
Copy the full SHA e56c8c4View commit details
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6b33fbc - Browse repository at this point
Copy the full SHA 6b33fbcView 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 a7e6cdb...6b33fbc