Skip to content

2.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 15:40
· 68 commits to refs/heads/master since this release
2.16.0
dbf6d65

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