aheritier 2004/07/09 14:34:10 Modified: javadoc project.xml javadoc/xdocs changes.xml Log: I made an error using scm:prepare-release to prepare 1.6 release Revision Changes Path 1.40 +3 -3 maven-plugins/javadoc/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/javadoc/project.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- project.xml 9 Jul 2004 21:27:43 -0000 1.39 +++ project.xml 9 Jul 2004 21:34:10 -0000 1.40 @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-javadoc-plugin</id> <name>Maven Javadoc Plug-in</name> - <currentVersion>MAVEN_JAVADOC_1_7</currentVersion> + <currentVersion>1.6</currentVersion> <description/> <shortDescription>Produce Javadocs and report</shortDescription> <url>http://maven.apache.org/reference/plugins/javadoc/</url> @@ -51,8 +51,8 @@ <tag>MAVEN_JAVADOC_1_5</tag> </version> <version> - <id>MAVEN_JAVADOC_1_7</id> - <name>MAVEN_JAVADOC_1_7</name> + <id>1.6</id> + <name>1.6</name> <tag>MAVEN_JAVADOC_1_6</tag> </version> </versions> 1.41 +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.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- changes.xml 9 Jul 2004 21:27:43 -0000 1.40 +++ changes.xml 9 Jul 2004 21:34:10 -0000 1.41 @@ -25,7 +25,7 @@ <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> - <release version="MAVEN_JAVADOC_1_7" date="2004-07-09"> + <release version="1.6" date="2004-07-09"> <action dev="aheritier" type="fix" issue="MPJAVADOC-33">Javadoc plugin ignores the package specified in the pom.</action> <action dev="aheritier" type="fix" issue="MPJAVADOC-32" due-to="Guillaume Nodet">The maven-javadoc-plugin:register failed in javadoc plugin 1.5.1-SNAPSHOT.</action> <action dev="aheritier" type="fix" issue="MPJAVADOC-31" due-to="Takayoshi Kimura">Use the property 'maven.compile.encoding' to set the encoding used when reading sources in javadoc task.</action>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]