merge MAVEN_DIST_1_6_1

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

5
dist/project.xml vendored
View File

@ -49,6 +49,11 @@
<name>1.6</name>
<tag>MAVEN_DIST_1_6</tag>
</version>
<version>
<id>1.6.1</id>
<name>1.6.1</name>
<tag>MAVEN_DIST_1_6_1</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -31,6 +31,9 @@
<action dev="carlos" type="update">Don't generate ant build file, call maven-ant-plugin before or set a preGoal</action>
<action dev="carlos" type="update">Add NOTICE file to distribution</action>
</release>
<release version="1.6.1" date="2004-11-10">
<action dev="brett" type="fix">Remove deploy warning</action>
</release>
<release version="1.6" date="2004-06-25">
<action dev="brett" type="update">Use artifact plugin for deployments</action>
</release>