You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/15 16:57:18 UTC

svn commit: r190752 - in /maven/maven-1/plugins/trunk/pdf: project.xml xdocs/changes.xml

Author: brett
Date: Wed Jun 15 07:57:17 2005
New Revision: 190752

URL: http://svn.apache.org/viewcvs?rev=190752&view=rev
Log:
[maven-scm-plugin] prepare release 2.3

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=190752&r1=190751&r2=190752&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/project.xml (original)
+++ maven/maven-1/plugins/trunk/pdf/project.xml Wed Jun 15 07:57:17 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.3-SNAPSHOT</currentVersion>
+  <currentVersion>2.3</currentVersion>
   <description>PDF Documentation generator</description>
   <shortDescription>Generator of project documentation in PDF Format.</shortDescription>
   <url>http://maven.apache.org/reference/plugins/pdf/</url>
@@ -51,6 +52,11 @@
       <id>2.2.1</id>
       <name>2.2.1</name>
       <tag>MAVEN_PDF_2_2_1</tag>
+    </version>
+    <version>
+      <id>2.3</id>
+      <name>2.3</name>
+      <tag>maven-pdf-plugin-2.3</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=190752&r1=190751&r2=190752&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml Wed Jun 15 07:57:17 2005
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
 <!-- 
 /*
  * Copyright 2001-2004 The Apache Software Foundation.
@@ -23,7 +24,7 @@
     <author email="aheritier@apache.org">Arnaud Heritier</author>
   </properties>
   <body>
-    <release version="2.3" date="In SVN">
+    <release version="2.3" date="2005-06-16">
       <action dev="aheritier" type="update" issue="MPPDF-38">Use the ant task for the xsl transformation and remove xerces and xalan dependencies. People using java 5 will have to use this release with maven 1.1 or maven 1.0 with at the most the PDF plugin 2.2.X.</action>
       <action dev="aheritier" type="update">Use the ant task for the fop transformation and remove xalan dependency.</action>
       <action dev="aheritier" type="fix" issue="MPPDF-36" due-to="Lukas Theussl">maven pdf fails with footer in navigation.xml.</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org