Skip to content

2.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 08:10
· 135 commits to refs/heads/master since this release
2.14.0
fde050e

Changes

🚀 New features and improvements

  • #333: aggregated reports site information (#841) @MihaStemberger
  • #333: aggregated reports (#836) @MihaStemberger
  • Resolves #837: Add includeParent (default true) to UpdatePropertiesMojo (#838) @ajarmoniuk
  • [#767] display update information for ranges (#823) @sultan
  • Resolves #387: Provide an enforcer rule to specify the maximum number of allowed dependency updates (#801) @ajarmoniuk
  • Introduce Plugin API for ChangeRecorder (#819) @slawekjaranowski
  • Issue 134 removing the no longer needed patch + adding integration tests (#814) @ajarmoniuk
  • Make includeParent false by default to retain backward compatibility. (#817) @ajarmoniuk
  • Resolves #359: XML Property Updates Report (#804) @ajarmoniuk
  • Resolves #793: Added includeParent to DisplayPropertyUpdates and PropertyUpdatesReport (#795) @ajarmoniuk

🐛 Bug Fixes

  • Wagon should use remote repository instead of proxy repository for repo authentication (#842) @ajarmoniuk
  • Resolves #289: Handle processParent in mojos which support it. (#813) @ajarmoniuk
  • Resolves #505: getReactorModels using correct module paths when the module name includes pom.xml (#805) @ajarmoniuk
  • #794: SetMojo would always change the version of the POM, regardless if a match was found (#799) @ajarmoniuk
  • #614 resolve version from model properties if necessary (#797) @TorstenKruse
  • Resolves #790: Fix update scope determination in DisplayDependencyUpdatesMojo (#791) @ajarmoniuk

📦 Dependency updates

📝 Documentation updates

  • Make Max Dependency enforcer rule as main page of enforcer module (#847) @slawekjaranowski
  • Clarification in README - maintained versions, issues and PR creation (#832) @slawekjaranowski
  • #725: Migrate Set Aggregator to Markdown (#784) @ajarmoniuk
  • #725: Migrate Recording Changes to Markdown (#783) @ajarmoniuk
  • #725: Migrate Update Parent to Markdown (#787) @ajarmoniuk
  • #725: Migrate Unlock Snapshots to Markdown (#785) @ajarmoniuk
  • #725: Migrate Update Child Modules to Markdown (#786) @ajarmoniuk
  • #725: Migrate Use Releases to Markdown (#788) @ajarmoniuk
  • #725: Migrate Update Properties to Markdown (#789) @ajarmoniuk

👻 Maintenance

  • Enable Spotless plugin - automatic code formatting (#845) @slawekjaranowski
  • #704: Remove remaining ArtifactRepository leftovers + use version range for VersionsHelper where applicable (#833) @ajarmoniuk
  • Rename models module to meet project conventions (#840) @slawekjaranowski
  • #704: Remove WagonManager (#831) @ajarmoniuk
  • #704: Removing MavenProjectBuilder (#829) @ajarmoniuk
  • #704: Removing ArtifactResolver (#828) @ajarmoniuk
  • Quality: Refactoring Reports classes (#772) @sultan
  • #704: Removing ArtifactMetadataSource (#825) @ajarmoniuk
  • Site build - gitHub ribbon, stage site (#818) @slawekjaranowski
  • Resolves #809: Extract the apis and common services to a separate module (#810) @ajarmoniuk
  • Resolves #807: Abstracting a common base for UseLatestVersionsMojo and UseLatestReleasesMojo (#808) @ajarmoniuk
  • #758: Implementing the first stage of module split (#782) @ajarmoniuk

🔧 Build