diff --git a/plugin/project.xml b/plugin/project.xml index 2fe08aaf..c3bf28ce 100644 --- a/plugin/project.xml +++ b/plugin/project.xml @@ -23,7 +23,7 @@ 3 maven-plugin-plugin Maven Plugin Plugin - 1.3-SNAPSHOT + 1.3 Maven Plugin plugin http://maven.apache.org/reference/plugins/plugin/ @@ -70,5 +70,10 @@ 1.2 MAVEN_PLUGIN_1_2 + + 1.3 + 1.3 + MAVEN_PLUGIN_1_3 + diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml index 6fc9a343..3d8438fc 100644 --- a/plugin/xdocs/changes.xml +++ b/plugin/xdocs/changes.xml @@ -24,18 +24,11 @@ Emmanuel Venisse - - - Create local repository directory first so plugin:download doesn't fail when it doesn't exist - - - Add optional msg attribute to assertFileExists and assertEquals tags - - - Don't uninstall incorrect plugins when running plugin:download - + + Create local repository directory first so plugin:download doesn't fail when it doesn't exist + Add optional msg attribute to assertFileExists and assertEquals tags + Don't uninstall incorrect plugins when running plugin:download - Fixed the plugin:download goal to work. Previously it would delete the plugin you just downloaded. Also now leverages the plugin:uninstall goal. Added assert:assertEquals tag to verify if two values are equal while testing a plugin.