merge MAVEN_JAR_1_6_1

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

View File

@@ -50,6 +50,11 @@
<name>1.6</name>
<tag>MAVEN_JAR_1_6</tag>
</version>
<version>
<id>1.6.1</id>
<name>1.6.1</name>
<tag>MAVEN_JAR_1_6_1</tag>
</version>
</versions>
<developers/>
<dependencies>

View File

@@ -28,6 +28,9 @@
<release version="1.7-SNAPSHOT" date="in CVS">
<action dev="felipeal" type="add">Added new property <code>maven.jar.final.name</code>.</action>
</release>
<release version="1.6.1" date="2004-11-10">
<action dev="brett" type="fix">Remove deploy warnings</action>
</release>
<release version="1.6" date="2004-06-28">
<action dev="brett" type="update">Deprecated jar:snapshot</action>
<action dev="brett" type="update">Use the artifact plugin for installation</action>