Skip to content

Releases: mojohaus/versions

2.20.1

24 Nov 17:53
2.20.1
b296a4f

Choose a tag to compare

🐛 Bug Fixes

2.20.0

23 Nov 17:03

Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

  • Fixed a problem with dependency management filtering in the logged results (#1298) @andrzejj0
  • Fixes #1295: getAllUpdates(boolean) should respect currentVersionRange (#1297) @andrzejj0
  • Fixed #1287 - Versionless dependencies in dependencyManagement accepted by maven, but not bij resolve-ranges (#1288) @maroschutte
  • Artifact comparison should use semantic version comparison. (#1281) @andrzejj0
  • Resolves #1150: Resolve multiple level properties (properties resolving to properties) (#1276) @andrzejj0

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

2.19.1

22 Sep 06:16
2.19.1
804a5ab

Choose a tag to compare

🐛 Bug Fixes

📝 Documentation updates

2.19.0

04 Sep 19:29
2.19.0
b625a90

Choose a tag to compare

💥 Breaking changes

  • Removed numeric and mercury comparators, further refactoring (#1222) @andrzejj0

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

2.18.0

13 Nov 20:51
2.18.0
814c9b1

Choose a tag to compare

❗ NOTICE

Due to Doxia 2.x stack maven-site-plugin 3.20+ is required.
https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack

Direct reports execution store reports in directory target/reports instead of target/site

Changes

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

🔧 Build

2.17.1

15 Jul 06:30
2.17.1
0b79444

Choose a tag to compare

Changes

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

2.17.0

29 Jun 16:47
2.17.0
f9c2f92

Choose a tag to compare

Changes

🚀 New features and improvements

🐛 Bug Fixes

  • Resolves #1042: Fixed set logic wrt processAllModules (#1051) @jarmoniuk

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

🔧 Build

2.16.2

17 Nov 00:29
2.16.2
6b33fbc

Choose a tag to compare

Changes

🚀 New features and improvements

🐛 Bug Fixes

  • Fix ISE with plugins aggregate report when reactor projects contains the same plugin declaration multiple time with different versions (#1024) @olamy
  • Reading project model should throw exception (#1023) @slawekjaranowski
  • Resolves #1009: Fixing a broken test scenario (#1010) @ajarmoniuk

📦 Dependency updates

2.16.1

19 Sep 21:23
2.16.1
a7e6cdb

Choose a tag to compare

Changes

🐛 Bug Fixes

  • Resolves #978 - use-releases does not update parent (#1007) @ajarmoniuk
  • Correct message if the latest version of parent is used for update-parent (#1000) @slawekjaranowski
  • Resolves #995: Minimum version required for Versions Maven Plugin should is not the minimum version for the project (#996) @ajarmoniuk
  • Resolves #990: Check prerequisites if required enforcer Maven version is empty (#994) @ajarmoniuk
  • Fix links for XSD in report models (#992) @slawekjaranowski
  • Use versions of dummy artifacts in IT assertions (#988) @slawekjaranowski
  • Resolves #973: NPE if actual version is null for a dependency (#974) @ajarmoniuk

📦 Dependency updates

  • Bump org.springframework:spring-framework-bom from 3.2.17.RELEASE to 4.3.30.RELEASE in /versions-maven-plugin/src/it/it-property-updates-report-002-slow (#999) @dependabot
  • Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 (#993) @dependabot
  • Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0 (#989) @dependabot
  • Bump org.junit:junit-bom from 5.9.3 to 5.10.0 (#987) @dependabot
  • Bump mojo-parent from 75 to 76 (#986) @dependabot
  • Bump commons-codec from 1.15 to 1.16.0 (#977) @dependabot
  • Bump commons-io from 2.12.0 to 2.13.0 (#972) @dependabot

👻 Maintenance

2.16.0

06 Jun 15:40
2.16.0
dbf6d65

Choose a tag to compare

Changes

🚀 New features and improvements

  • Use update policy DAILY instead of NEVER for remote repositories (#957) @slawekjaranowski
  • Issue #74: Add display-extension-updates (#908) @ajarmoniuk

🐛 Bug Fixes

  • Resolves: display-dependency-updates only shows updates from the most major allowed segment (#966) @ajarmoniuk
  • Resolves #931: Fixing problems with encoding in UseDepVersion and PomHelper (#932) @ajarmoniuk
  • Resolves #916: Partially reverted #799. (#924) @ajarmoniuk
  • Resolves #954: Excluded plexus-container-default (#955) @ajarmoniuk
  • Resolves #951: DefaultArtifactVersion::getVersion can be null (#952) @ajarmoniuk
  • BoundArtifactVersion.toString() to work with NumericVersionComparator (#930) @ajarmoniuk
  • Issue #925: Protect against an NPE if a dependency version is defined in dependencyManagement (#926) @ajarmoniuk

📦 Dependency updates

📝 Documentation updates

  • Resolves #921: Clarify dependencyIncludes/dependencyExcludes (#956) @ajarmoniuk

👻 Maintenance