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

@@ -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>