aheritier 2004/07/09 14:27:43 Modified: javadoc project.xml javadoc/xdocs changes.xml Log: [maven-scm-plugin] prepare release MAVEN_JAVADOC_1_7 Revision Changes Path 1.39 +8 -1 maven-plugins/javadoc/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/javadoc/project.xml,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- project.xml 25 Jun 2004 15:24:29 -0000 1.38 +++ project.xml 9 Jul 2004 21:27:43 -0000 1.39 @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> + <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -16,12 +17,13 @@ * limitations under the License. */ --> + <project> <extend>../plugin-parent/project.xml</extend> <pomVersion>3</pomVersion> <id>maven-javadoc-plugin</id> <name>Maven Javadoc Plug-in</name> - <currentVersion>1.5.1-SNAPSHOT</currentVersion> + <currentVersion>MAVEN_JAVADOC_1_7</currentVersion> <description/> <shortDescription>Produce Javadocs and report</shortDescription> <url>http://maven.apache.org/reference/plugins/javadoc/</url> @@ -47,6 +49,11 @@ <id>1.5</id> <name>1.5</name> <tag>MAVEN_JAVADOC_1_5</tag> + </version> + <version> + <id>MAVEN_JAVADOC_1_7</id> + <name>MAVEN_JAVADOC_1_7</name> + <tag>MAVEN_JAVADOC_1_6</tag> </version> </versions> <developers> 1.40 +3 -1 maven-plugins/javadoc/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/javadoc/xdocs/changes.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- changes.xml 9 Jul 2004 21:13:00 -0000 1.39 +++ changes.xml 9 Jul 2004 21:27:43 -0000 1.40 @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> + <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -16,6 +17,7 @@ * limitations under the License. */ --> + <document> <properties> <title>Changes</title> @@ -23,7 +25,7 @@ <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> - <release version="1.5.1-SNAPSHOT" date="In CVS"> + <release version="MAVEN_JAVADOC_1_7" 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]