brett 2004/11/10 02:28:08 Modified: plugin project.xml plugin/xdocs changes.xml Log: merge MAVEN_PLUGIN_1_5_2 Revision Changes Path 1.47 +7 -2 maven-plugins/plugin/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/plugin/project.xml,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- project.xml 23 Oct 2004 12:11:51 -0000 1.46 +++ project.xml 10 Nov 2004 10:28:07 -0000 1.47 @@ -23,8 +23,8 @@ <pomVersion>3</pomVersion> <id>maven-plugin-plugin</id> <name>Maven Plugin Plugin</name> - <currentVersion>1.5.2-SNAPSHOT</currentVersion> - <description>Maven Plugin management plugin..</description> + <currentVersion>1.6-SNAPSHOT</currentVersion> + <description>Maven Plugin management plugin.</description> <shortDescription>Maven Plugin plugin</shortDescription> <url>http://maven.apache.org/reference/plugins/plugin/</url> <issueTrackingUrl>http://jira.codehaus.org/browse/MPPLUGIN</issueTrackingUrl> @@ -59,6 +59,11 @@ <id>1.5.1</id> <name>1.5.1</name> <tag>MAVEN_PLUGIN_1_5_1</tag> + </version> + <version> + <id>1.5.2</id> + <name>1.5.2</name> + <tag>MAVEN_PLUGIN_1_5_2</tag> </version> </versions> <developers> 1.32 +4 -1 maven-plugins/plugin/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/plugin/xdocs/changes.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- changes.xml 5 Aug 2004 00:34:21 -0000 1.31 +++ changes.xml 10 Nov 2004 10:28:08 -0000 1.32 @@ -24,9 +24,12 @@ <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> - <release version="1.5.2-SNAPSHOT" date="in CVS"> + <release version="1.6-SNAPSHOT" date="in CVS"> <action dev="dion" type="add">Add plugin:generate-tags goal</action> <action dev="dion" type="add">Mention in docs for the plugin:repository-deploy that it uses the artifact plugin</action> + </release> + <release version="1.5.2" date="2004-11-10"> + <action dev="brett" type="fix">Remove deploy warning</action> </release> <release version="1.5.1" date="2004-07-09"> <action dev="dion" type="add" issue="MPPLUGIN-20">Prompt for artifactId, groupId and version if missing.</action>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]