brett 2004/03/06 17:00:32 Modified: javadoc project.xml javadoc/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.3 Revision Changes Path 1.26 +12 -4 maven-plugins/javadoc/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/javadoc/project.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- project.xml 4 Mar 2004 18:35:58 -0000 1.25 +++ project.xml 7 Mar 2004 01:00:32 -0000 1.26 @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> + <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -17,20 +18,20 @@ */ --> - <project> <extend>../project.xml</extend> <pomVersion>3</pomVersion> <id>maven-javadoc-plugin</id> <name>Maven Javadoc Plug-in</name> - <currentVersion>1.4-SNAPSHOT</currentVersion> + <currentVersion>1.3</currentVersion> <description/> <shortDescription>Produce Javadocs and report</shortDescription> <url>http://maven.apache.org/reference/plugins/javadoc/</url> <siteDirectory>/www/maven.apache.org/reference/plugins/javadoc/</siteDirectory> <repository> - <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:maven/src/plugins-build/javadoc/</connection> - <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/javadoc/</url> + <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:maven-plugins/javadoc/</connection> + <developerConnection>scm:cvs:ext:[EMAIL PROTECTED]:/home/cvs:maven-plugins/javadoc/</developerConnection> + <url>http://cvs.apache.org/viewcvs/maven-plugins/javadoc/</url> </repository> <developers> <developer> @@ -98,4 +99,11 @@ </properties> </dependency> </dependencies> + <versions> + <version> + <id>1.3</id> + <name>1.3</name> + <tag>MAVEN_JAVADOC_1_3</tag> + </version> + </versions> </project> 1.22 +20 -55 maven-plugins/javadoc/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/javadoc/xdocs/changes.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- changes.xml 4 Mar 2004 18:35:59 -0000 1.21 +++ changes.xml 7 Mar 2004 01:00:32 -0000 1.22 @@ -1,4 +1,5 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> + <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -23,69 +24,33 @@ <author email="[EMAIL PROTECTED]">dIon Gillard</author> <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> - <body> - <release version="1.4" date="in CVS"> - <action dev="evenisse" type="fix" issue="MPJAVADOC-19"> - Prevent the plugin from failing when a sourceDirectory exists, - but it does not contain Java files. - </action> - <action dev="dion" type="fix" issue="MPJAVADOC-6"> - </action> - <action dev="dion" type="fix" issue="MPJAVADOC-17"> - </action> - <action dev="jvanzyl" type="update"> - Remove the need for ${pom} interpolation in properties. The - use of the maven:property tag is now used to glean a default property. - </action> + <action dev="evenisse" type="fix" issue="MPJAVADOC-19">Prevent the plugin from failing when a sourceDirectory exists, but it does not contain Java files.</action> + <action dev="dion" type="fix" issue="MPJAVADOC-6"></action> + <action dev="dion" type="fix" issue="MPJAVADOC-17"></action> + <action dev="jvanzyl" type="update">Remove the need for ${pom} interpolation in properties. The use of the maven:property tag is now used to glean a default property.</action> <action dev="dion" type="update">default useexternalfile to yes</action> - <action dev="dion" type="fix" issue="MAVEN-1007"> - Fix typo in offline link generation. - </action> - <action dev="dion" type="add" issue="MAVEN-894"> - Allow custom taglets. - </action> + <action dev="dion" type="fix" issue="MAVEN-1007">Fix typo in offline link generation.</action> + <action dev="dion" type="add" issue="MAVEN-894">Allow custom taglets.</action> </release> - - <release version="1.3" date="2003-09-29"> - <action dev="evenisse" type="add" issue="MAVEN-639"> - Add maven.javadoc.overview property. - </action> - <action dev="evenisse" type="add" issue="MAVEN-805"> - Add maven.javadoc.useexternalfile property. - </action> - <action dev="dion" type="update"> - update to use maven.docs.*/maven.gen.docs - </action> - <action dev="dion" type="update"> - update to commons-lang 1.0.1 - </action> - <action dev="michal" type="add"> - Added install, install-snapshot, deploy and deploy-snapshot goals - </action> - <action dev="dion" type="fix"> - Now respects pom.build.sourceModifications - </action> - <action dev="evenisse" type="fix" issue="MAVEN-428"> - Used maven.docs.dest - </action> + <release version="1.3" date="2004-03-07"> + <action dev="evenisse" type="add" issue="MAVEN-639">Add maven.javadoc.overview property.</action> + <action dev="evenisse" type="add" issue="MAVEN-805">Add maven.javadoc.useexternalfile property.</action> + <action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action> + <action dev="dion" type="update">update to commons-lang 1.0.1</action> + <action dev="michal" type="add">Added install, install-snapshot, deploy and deploy-snapshot goals</action> + <action dev="dion" type="fix">Now respects pom.build.sourceModifications</action> + <action dev="evenisse" type="fix" issue="MAVEN-428">Used maven.docs.dest</action> </release> <release version="1.2" date="Unknown"> - <action dev="evenisse" type="add"> - Added a custom tags support. This option is only available with Java 1.4. - </action> + <action dev="evenisse" type="add">Added a custom tags support. This option is only available with Java 1.4.</action> </release> <release version="1.1"> - <action dev="dion" type="add"> - Added a report with the javadoc run contents - </action> - <action dev="dion" type="add" due-to="Siegfried Goeschl" - due-to-email="[EMAIL PROTECTED]"> - Added the <code>maven.javadoc.maxmemory</code> property so that - users can customise how much memory javadoc can consume + <action dev="dion" type="add">Added a report with the javadoc run contents</action> + <action dev="dion" type="add" due-to="Siegfried Goeschl" due-to-email="[EMAIL PROTECTED]">Added the + <code>maven.javadoc.maxmemory</code>property so that users can customise how much memory javadoc can consume </action> </release> </body> </document> -
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]