[maven-scm-plugin] prepare release 1.6.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115809 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-07-13 12:22:27 +00:00
parent 9e306d3a4f
commit 351f16f1af
2 changed files with 7 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-javadoc-plugin</id>
<name>Maven Javadoc Plug-in</name>
<currentVersion>1.6.1-SNAPSHOT</currentVersion>
<currentVersion>1.6.1</currentVersion>
<description/>
<shortDescription>Produce Javadocs and report</shortDescription>
<url>http://maven.apache.org/reference/plugins/javadoc/</url>
@@ -55,6 +55,11 @@
<name>1.6</name>
<tag>MAVEN_JAVADOC_1_6</tag>
</version>
<version>
<id>1.6.1</id>
<name>1.6.1</name>
<tag>MAVEN_JAVADOC_1_6_1</tag>
</version>
</versions>
<developers>
<developer>

View File

@@ -25,7 +25,7 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.6.1-SNAPSHOT" date="in CVS">
<release version="1.6.1" date="2004-07-13">
<action dev="brett" type="fix">Correct check needed function for when package is given but there are not java files in it.</action>
</release>
<release version="1.6" date="2004-07-09">