[maven-scm-plugin] prepare release 2.3

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@190752 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2005-06-15 14:57:17 +00:00
parent 42e8b8cd30
commit 50bb477300
2 changed files with 9 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.
@ -20,7 +21,7 @@
<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.3</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>
@ -52,6 +53,11 @@
<name>2.2.1</name> <name>2.2.1</name>
<tag>MAVEN_PDF_2_2_1</tag> <tag>MAVEN_PDF_2_2_1</tag>
</version> </version>
<version>
<id>2.3</id>
<name>2.3</name>
<tag>maven-pdf-plugin-2.3</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.
@ -23,7 +24,7 @@
<author email="aheritier@apache.org">Arnaud Heritier</author> <author email="aheritier@apache.org">Arnaud Heritier</author>
</properties> </properties>
<body> <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" 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="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> <action dev="aheritier" type="fix" issue="MPPDF-36" due-to="Lukas Theussl">maven pdf fails with footer in navigation.xml.</action>