Skip to content

2.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 23:22
· 87 commits to refs/heads/master since this release
2.15.0
49afa52

Changes

🚀 New features and improvements

  • Fixes #123: add scope filtering (#915) @vboulaye
  • Resolves #880: add information on property updates to the change recorder (#881) @ajarmoniuk
  • Fixed #911- add profile parameter in set-property (#912) @mcarlett
  • Prepare for Doxia 2.0.0 (#905) @michael-o
  • Use ComparableVersion from Maven and remove the duplicate (#898) @ajarmoniuk
  • Resolves #888: New optional parameter to SetMojo: interpolateProperties (#889) @ajarmoniuk
  • Enhancement: add allowDowngrade capability to UseLatestReleasesMojo, UseNextReleasesMojo, UseNextVersionsMojo (#883) @ajarmoniuk
  • Resolves #533: New parameter to DisplayPluginUpdatesMojo: processUnboundPlugins (#886) @ajarmoniuk
  • Resolves #474: Add property support to UseDepVersion (#878) @ajarmoniuk
  • Resolves #892: Restrict the ComparableVersion cache size (#893) @ajarmoniuk

🐛 Bug Fixes

  • Resolves #906: Typo (#907) @ajarmoniuk
  • Resolves #899: Corrected the invocation of Resolver to retrieve the timestamped snapshot version (#901) @ajarmoniuk
  • Fixes #896: Fixing available version retrieval; enabling allowSnapshots (#897) @ajarmoniuk
  • Resolves #890: Fixing ArrayIndexOutOfBound from UseNextVersionsMojo and UseNextReleasesMojo in case of no newer versions/releases (#891) @ajarmoniuk

📦 Dependency updates

👻 Maintenance

  • Fix excluded IT test name (#910) @slawekjaranowski
  • Refactoring of DisplayPluginUpdates (#887) @ajarmoniuk
  • Remove unnecessary synchronization in AbstractVersionDetails (#882) @ajarmoniuk