2.14.0
github-actions
released this
14 Dec 08:10
·
197 commits
to refs/heads/master
since this release
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
- Bump parent version from 71 to 72 (#844) @slawekjaranowski
- Bump commons-text from 1.9 to 1.10.0 (#827) @dependabot
- Bump mockito-inline from 4.8.1 to 4.9.0 (#815) @dependabot
- Bump plexus-utils from 3.4.2 to 3.5.0 (#811) @dependabot
- Upgrade com.fasterxml.woodstox:woodstox-core to 6.4.0 (#798) @slachiewicz
- Bump plexus-utils from 3.4.2 to 3.5.0 (#792) @dependabot
📝 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
- GH build improvement - skip one build in matrix (#820) @slawekjaranowski