[maven-scm-plugin] prepare release 2.2.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116192 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-10-30 08:54:00 +00:00
parent 65fd50e9f7
commit a44f47f9b7
2 changed files with 11 additions and 2 deletions

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Copyright 2001-2004 The Apache Software Foundation. * Copyright 2001-2004 The Apache Software Foundation.
@ -16,11 +17,12 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<project> <project>
<extend>${basedir}/../plugin-parent/project.xml</extend> <extend>${basedir}/../plugin-parent/project.xml</extend>
<artifactId>maven-pdf-plugin</artifactId> <artifactId>maven-pdf-plugin</artifactId>
<name>Maven PDF Plug-in</name> <name>Maven PDF Plug-in</name>
<currentVersion>2.3-SNAPSHOT</currentVersion> <currentVersion>2.2.1</currentVersion>
<description>PDF Documentation generator</description> <description>PDF Documentation generator</description>
<shortDescription>Generator of project documentation in PDF Format.</shortDescription> <shortDescription>Generator of project documentation in PDF Format.</shortDescription>
<url>http://maven.apache.org/reference/plugins/pdf/</url> <url>http://maven.apache.org/reference/plugins/pdf/</url>
@ -47,6 +49,11 @@
<name>2.2</name> <name>2.2</name>
<tag>MAVEN_PDF_2_2</tag> <tag>MAVEN_PDF_2_2</tag>
</version> </version>
<version>
<id>2.2.1</id>
<name>2.2.1</name>
<tag>MAVEN_PDF_2_2_1</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Copyright 2001-2004 The Apache Software Foundation. * Copyright 2001-2004 The Apache Software Foundation.
@ -16,13 +17,14 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<document> <document>
<properties> <properties>
<title>Changes</title> <title>Changes</title>
<author email="dion@apache.org">dIon Gillard</author> <author email="dion@apache.org">dIon Gillard</author>
</properties> </properties>
<body> <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-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> <action dev="aheritier" type="fix" issue="MPPDF-16" due-to="Archimedes Trajano">JDK 5.0 incompatibility. XSLT is now called from Jelly.</action>
</release> </release>