diff --git a/versions-maven-plugin/src/changes/changes.xml b/versions-maven-plugin/src/changes/changes.xml deleted file mode 100644 index 9f2f68783..000000000 --- a/versions-maven-plugin/src/changes/changes.xml +++ /dev/null @@ -1,109 +0,0 @@ - - - Maven 2.x Versions Plugin changelog - - Stephen Connolly - - - - - Fixed reports when running on maven 2.1.0 - Added matrix to advancing dependency versions page - Fixed plugin comparators to handle reporting plugins - Fixed update-properties when version specified in config - Fixed versions:set to only update parent refs when the child has a different version - Fixed encoding issues with pom.xml parsing - Fixed some typos and spelling mistakes - - - Removed the display-dependency-updates-report and replaced with dependency-updates-report - Fixed versions:display-plugin-updates - Fixed it-display-dependency-updates-report-001 - Fixed it-display-plugin-updates-004 - Fixed it-update-properties-004 - Fixed NPE in versions:dependency-updates-report - Fixed it-dependency-updates-report-001 - Fixed it-plugin-updates-report-001 - Fixed it-update-properties-005 - Fixed NPE in update-properties if a property is configured for updating but is not defined in the pom - Fixed use-latest-version to follow allowSnapshots - Fixed versions:set for Projects with No Dependencies - Fixed Rulessets loading from http uri's - Updated site documentation to reflect new mojos and reports - Added versions:set - Added support for version ranges in includes/excludes filters - Added dependency-updates-report - Added use-next-snapshots - Added display-property-updates - Added plugin-updates-report - Added property-updates-report - Refactored display-dependency-updates to use common code with reports - Added recurse support to update-child-modules - - - - Enable resolution of dependency version ranges - - - Add mojo to lock snapshots to timestamp version - - - display-plugin-updates now identifys the - plugin version as not being provided when derived from the super-pom - - - Property Placedholders no longer output in versions:display-plugin-updates - - - display-plugin-updates now can differentate between that version is - not defined if same versio as in parent pom is defined - - - Add comparisonMethod=mercury - - - Expose updated versions as a report - - - Fixed site documentation. - - - - - Implemented update-child-modules mojo. - - - Fixed how properties get updated so that more than one property can be updated in a pom by - a single execution of update-properties mojo. - - - Implemented auto-detection of properties for the update-properties mojo. - - - Implemented integration tests for four of the mojos. - - - Updated project site documentation. - - - - - Rewrote the plugin detection code to correctly identify the current version of - a plugin that is in use. - - - Updated the plugin detection code to add plugins from the project lifecycle. - - - Upgraned to mojo-parent version 18. - - - Updated the site documentation. - - - Refactored plugin parameters to ensure that they only apply to the goals to which they apply. - - - -