brett 2004/10/30 01:54:00
Modified: pdf project.xml
pdf/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 2.2.1
Revision Changes Path
1.44 +8 -1 maven-plugins/pdf/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/pdf/project.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- project.xml 14 Oct 2004 20:05:21 -0000 1.43
+++ project.xml 30 Oct 2004 08:54:00 -0000 1.44
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -16,11 +17,12 @@
* limitations under the License.
*/
-->
+
<project>
<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.2.1</currentVersion>
<description>PDF Documentation generator</description>
<shortDescription>Generator of project documentation in PDF
Format.</shortDescription>
<url>http://maven.apache.org/reference/plugins/pdf/</url>
@@ -46,6 +48,11 @@
<id>2.2</id>
<name>2.2</name>
<tag>MAVEN_PDF_2_2</tag>
+ </version>
+ <version>
+ <id>2.2.1</id>
+ <name>2.2.1</name>
+ <tag>MAVEN_PDF_2_2_1</tag>
</version>
</versions>
<developers>
1.25 +3 -1 maven-plugins/pdf/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/pdf/xdocs/changes.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- changes.xml 26 Oct 2004 21:08:52 -0000 1.24
+++ changes.xml 30 Oct 2004 08:54:00 -0000 1.25
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -16,13 +17,14 @@
* limitations under the License.
*/
-->
+
<document>
<properties>
<title>Changes</title>
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
<body>
- <release version="2.3-SNAPSHOT" date="In CVS">
+ <release version="2.2.1" date="2004-10-30">
<action dev="aheritier" type="fix" issue="MPPDF-21">The content of style tag
was printed on the PDF file.</action>
<action dev="aheritier" type="fix" issue="MPPDF-16" due-to="Archimedes
Trajano">JDK 5.0 incompatibility. XSLT is now called from Jelly.</action>
</release>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]