aheritier 2004/09/26 15:11:40
Modified: pdf project.xml
pdf/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 2.2
Revision Changes Path
1.42 +8 -1 maven-plugins/pdf/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/pdf/project.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- project.xml 26 Sep 2004 21:40:15 -0000 1.41
+++ project.xml 26 Sep 2004 22:11:40 -0000 1.42
@@ -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.2-SNAPSHOT</currentVersion>
+ <currentVersion>2.2</currentVersion>
<description>PDF Documentation generator</description>
<shortDescription>Generator of project documentation in PDF
Format.</shortDescription>
<url>http://maven.apache.org/reference/plugins/pdf/</url>
@@ -41,6 +43,11 @@
<id>2.1</id>
<name>2.1</name>
<tag>MAVEN_PDF_2_1</tag>
+ </version>
+ <version>
+ <id>2.2</id>
+ <name>2.2</name>
+ <tag>MAVEN_PDF_2_2</tag>
</version>
</versions>
<developers>
1.22 +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.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- changes.xml 23 Sep 2004 00:42:23 -0000 1.21
+++ changes.xml 26 Sep 2004 22:11:40 -0000 1.22
@@ -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.2-SNAPSHOT" date="In CVS">
+ <release version="2.2" date="2004-09-27">
<action dev="aheritier" type="fix" issue="MPPDF-14">PRE tag support
added.</action>
<action dev="carlos" type="fix">Show "v." in cover only when version is not
empty.</action>
<action dev="aheritier" type="fix" issue="MPPDF-12">The new property
"maven.pdf.navigationFilePath" allows you to define a different directory from
${maven.xdoc.src} for the navigation file. From now, the PDF plugin can be used in a
multiproject environment with a navigation file dynamically generated.</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]