From f709883c15fd7270a825af35655988b4ad686ae3 Mon Sep 17 00:00:00 2001 From: brett Date: Mon, 22 Mar 2004 03:36:48 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 1.3 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114931 13f79535-47bb-0310-9956-ffa450edef68 --- plugin/project.xml | 7 ++++++- plugin/xdocs/changes.xml | 15 ++++----------- 2 files changed, 10 insertions(+), 12 deletions(-) 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.