Finally the next release will be the 2.4 (it's more than some bug fixes)

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@239250 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-08-22 20:59:30 +00:00
parent da6e821a2d
commit 7d0e9f5b57
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<extend>${basedir}/../plugin-parent/project.xml</extend>
<artifactId>maven-pdf-plugin</artifactId>
<name>Maven PDF Plug-in</name>
<currentVersion>2.3.1-SNAPSHOT</currentVersion>
<currentVersion>2.4-SNAPSHOT</currentVersion>
<description>PDF Documentation generator</description>
<shortDescription>Generator of project documentation in PDF Format.</shortDescription>
<url>http://maven.apache.org/reference/plugins/pdf/</url>

View File

@ -23,7 +23,7 @@
<author email="aheritier@apache.org">Arnaud Heritier</author>
</properties>
<body>
<release version="2.3.1-SNAPSHOT" date="In SVN">
<release version="2.4-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="fix" issue="MPPDF-43" due-to="Lukas Theussl">sub-/superscripts do not work.</action>
<action dev="aheritier" type="fix" issue="MPPDF-42" due-to="Lukas Theussl">Error when logo locations are not set.</action>
<action dev="aheritier" type="fix" issue="MPPDF-41" due-to="Lukas Theussl">Suppress verbose output by default.</action>