brett 2004/03/06 17:02:10 Modified: javadoc project.xml javadoc/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.4 Revision Changes Path 1.27 +6 -1 maven-plugins/javadoc/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/javadoc/project.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- project.xml 7 Mar 2004 01:00:32 -0000 1.26 +++ project.xml 7 Mar 2004 01:02:10 -0000 1.27 @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-javadoc-plugin</id> <name>Maven Javadoc Plug-in</name> - <currentVersion>1.3</currentVersion> + <currentVersion>1.4</currentVersion> <description/> <shortDescription>Produce Javadocs and report</shortDescription> <url>http://maven.apache.org/reference/plugins/javadoc/</url> @@ -104,6 +104,11 @@ <id>1.3</id> <name>1.3</name> <tag>MAVEN_JAVADOC_1_3</tag> + </version> + <version> + <id>1.4</id> + <name>1.4</name> + <tag>MAVEN_JAVADOC_1_4</tag> </version> </versions> </project> 1.23 +4 -4 maven-plugins/javadoc/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/javadoc/xdocs/changes.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- changes.xml 7 Mar 2004 01:00:32 -0000 1.22 +++ changes.xml 7 Mar 2004 01:02:10 -0000 1.23 @@ -25,16 +25,16 @@ <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> - <release version="1.4" date="in CVS"> + <release version="1.4" date="2004-03-07"> <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="dion" type="fix" issue="MPJAVADOC-6"/> + <action dev="dion" type="fix" issue="MPJAVADOC-17"/> <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> </release> - <release version="1.3" date="2004-03-07"> + <release version="1.4" 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>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]