merge MAVEN_PLUGIN_1_5_2

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116223 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-11-10 10:28:08 +00:00
parent 002bbfd62c
commit dad03412f8
2 changed files with 11 additions and 3 deletions

View File

@ -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>
@ -60,6 +60,11 @@
<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>
<developer>

View File

@ -24,10 +24,13 @@
<author email="evenisse@ifrance.com">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>
<action dev="dion" type="add">Add assertFileNotFound tag</action>