[maven-scm-plugin] prepare release 2.2

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116090 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2004-09-26 22:11:40 +00:00
parent 93cc0b8898
commit e82735bf00
2 changed files with 11 additions and 2 deletions

View File

@ -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>
@ -42,6 +44,11 @@
<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>
<developer>

View File

@ -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="dion@apache.org">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>