-
Thanks to Edward Maxwell-Lyte [email protected]
Minor spelling corrections
-
Document the end of versioning limitations in Maven 3.x There may remain good reasons for defining custom versioning rules to let versions-maven-plugin apply, but at least not the old Maven 2.x limitation
-
if initial and new version are equals, just display initial this means this is a plugin version that requires a Maven version that is not compatible with project minimum version, not really a proposed upgrade
-
Thanks to Julian Di Leonardo [email protected]
Adding parent processing to UseLatestVersion/UseLatestSnapshot/UseLatestRelease
-
Thanks to Julian Di Leonardo [email protected]
Fixing issue in update-child-modules, where root module's version was being used in all downstream children even when a child's parent was different.
-
Added threadSafe=true to goals to prevent warning in Maven builds if you start Maven via: mvn -T ..
-
-DprocessParent=true is ignored by user-reactor mojo.
-
Add goal for updating the SCM tag in the POM.
-
Java 1.7 as prerequisite.
-
Update version of modules which are not children but part of reactor.
-
Unable to set dependencyReportFormat as parameter anymore. Thanks to Ilja Dubinin.
-
create target directory when run dependency update report. Thanks to Ilja Dubinin.
-
Fixed inccorect links. Thanks to Anton Johansson.
-
A required class was missing while executing on dependency-updates-report
-
dependency-update-report now is able to disable the processing of the transitive dependencies in the dependencyManagement part. This can be enabled (default)/disabled by setting processDependencyManagementTransitive accordingly.
-
Upgraded modello-maven-plugin to 1.9.1
-
Upgraded versions-maven-plugin from 2.1 to 2.4
-
Added allowMajorUpdates, allowMinorUpdates, allowIncrementalUpdates to resolve-ranges and display-property-updates goal.
-
Enhanced documentation for aggegator modules.
-
Added processDependencyManagement option to control the reporting of dependencyManagement. Thanks to Bruce Brouwer.
-
introduced allowMajorUpdates, allowMinorUpdates, allowIncrementalUpdates. introduced allowAnyUpdates for compatibility which will be removed in 3.0.0 of the plugin.
-
Added implementation to report the plugin dependencies as well. Added IT's for reporting updates about dependencies in plugins, plugins defined in pluginManagement.
-
Upgraded cobertura-maven-plugin used in report section to 2.7.