Author: aheritier Date: Mon Sep 5 14:27:48 2005 New Revision: 278854 URL: http://svn.apache.org/viewcvs?rev=278854&view=rev Log: [maven-scm-plugin] prepare release 2.4
Modified: maven/maven-1/plugins/trunk/pdf/project.xml maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/pdf/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/project.xml?rev=278854&r1=278853&r2=278854&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pdf/project.xml (original) +++ maven/maven-1/plugins/trunk/pdf/project.xml Mon Sep 5 14:27:48 2005 @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> + <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -20,7 +21,7 @@ <extend>${basedir}/../plugin-parent/project.xml</extend> <artifactId>maven-pdf-plugin</artifactId> <name>Maven PDF Plug-in</name> - <currentVersion>2.4-SNAPSHOT</currentVersion> + <currentVersion>2.4</currentVersion> <description>PDF Documentation generator</description> <shortDescription>Generator of project documentation in PDF Format.</shortDescription> <url>http://maven.apache.org/reference/plugins/pdf/</url> @@ -56,6 +57,11 @@ <id>2.3</id> <name>2.3</name> <tag>maven-pdf-plugin-2.3</tag> + </version> + <version> + <id>2.4</id> + <name>2.4</name> + <tag>maven-pdf-plugin-2.4</tag> </version> </versions> <developers> Modified: maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml?rev=278854&r1=278853&r2=278854&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml Mon Sep 5 14:27:48 2005 @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> + <!-- /* * Copyright 2001-2005 The Apache Software Foundation. @@ -23,7 +24,7 @@ <author email="[EMAIL PROTECTED]">Arnaud Heritier</author> </properties> <body> - <release version="2.4-SNAPSHOT" date="In SVN"> + <release version="2.4" date="2005-09-05"> <action dev="aheritier" type="update">Make the plugin compatible with maven 1.0 and jdk 1.3/1.4/1.5 or with maven 1.1 and jdk 1.4/1.5.</action> <action dev="aheritier" type="fix" issue="MPPDF-43" due-to="Lukas Theussl">sub-/superscripts do not work.</action> <action dev="aheritier" type="fix" issue="MPPDF-42" due-to="Lukas Theussl">Error when logo locations are not set.</action> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]