brett 2004/03/21 19:36:48 Modified: plugin project.xml plugin/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.3 Revision Changes Path 1.27 +6 -1 maven-plugins/plugin/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/plugin/project.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- project.xml 8 Mar 2004 22:26:11 -0000 1.26 +++ project.xml 22 Mar 2004 03:36:48 -0000 1.27 @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-plugin-plugin</id> <name>Maven Plugin Plugin</name> - <currentVersion>1.3-SNAPSHOT</currentVersion> + <currentVersion>1.3</currentVersion> <description/> <shortDescription>Maven Plugin plugin</shortDescription> <url>http://maven.apache.org/reference/plugins/plugin/</url> @@ -69,6 +69,11 @@ <id>1.2</id> <name>1.2</name> <tag>MAVEN_PLUGIN_1_2</tag> + </version> + <version> + <id>1.3</id> + <name>1.3</name> + <tag>MAVEN_PLUGIN_1_3</tag> </version> </versions> </project> 1.17 +4 -11 maven-plugins/plugin/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/plugin/xdocs/changes.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- changes.xml 18 Mar 2004 05:52:26 -0000 1.16 +++ changes.xml 22 Mar 2004 03:36:48 -0000 1.17 @@ -24,18 +24,11 @@ <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> - <release version="1.3-SNAPSHOT" date="in CVS"> - <action dev="brett" type="fix" issue="MPPLUGIN-13"> - Create local repository directory first so plugin:download doesn't fail when it doesn't exist - </action> - <action dev="dion" type="update"> - Add optional msg attribute to assertFileExists and assertEquals tags - </action> - <action dev="brett" type="fix" issue="MPPLUGIN-12"> - Don't uninstall incorrect plugins when running plugin:download - </action> + <release version="1.3" date="2004-03-22"> + <action dev="brett" type="fix" issue="MPPLUGIN-13">Create local repository directory first so plugin:download doesn't fail when it doesn't exist</action> + <action dev="dion" type="update">Add optional msg attribute to assertFileExists and assertEquals tags</action> + <action dev="brett" type="fix" issue="MPPLUGIN-12">Don't uninstall incorrect plugins when running plugin:download</action> </release> - <release version="1.2" date="2004-03-07"> <action dev="epugh" type="update">Fixed the plugin:download goal to work. Previously it would delete the plugin you just downloaded. Also now leverages the plugin:uninstall goal.</action> <action dev="vmassol" type="add">Added assert:assertEquals tag to verify if two values are equal while testing a plugin.</action>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]