brett 2004/07/13 05:22:27 Modified: javadoc project.xml javadoc/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.6.1 Revision Changes Path 1.42 +6 -1 maven-plugins/javadoc/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/javadoc/project.xml,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- project.xml 13 Jul 2004 12:20:03 -0000 1.41 +++ project.xml 13 Jul 2004 12:22:27 -0000 1.42 @@ -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> @@ -54,6 +54,11 @@ <id>1.6</id> <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> 1.43 +1 -1 maven-plugins/javadoc/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/javadoc/xdocs/changes.xml,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- changes.xml 13 Jul 2004 12:20:03 -0000 1.42 +++ changes.xml 13 Jul 2004 12:22:27 -0000 1.43 @@ -25,7 +25,7 @@ <author email="[EMAIL PROTECTED]">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">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]