[maven-scm-plugin] prepare release 2.4

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@278854 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-09-05 21:27:48 +00:00
parent 926a2c0892
commit 5e36b50c95
2 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@ -20,7 +21,7 @@
<extend>${basedir}/../plugin-parent/project.xml</extend>
<artifactId>maven-pdf-plugin</artifactId>
<name>Maven PDF Plug-in</name>
<currentVersion>2.4-SNAPSHOT</currentVersion>
<currentVersion>2.4</currentVersion>
<description>PDF Documentation generator</description>
<shortDescription>Generator of project documentation in PDF Format.</shortDescription>
<url>http://maven.apache.org/reference/plugins/pdf/</url>
@ -57,6 +58,11 @@
<name>2.3</name>
<tag>maven-pdf-plugin-2.3</tag>
</version>
<version>
<id>2.4</id>
<name>2.4</name>
<tag>maven-pdf-plugin-2.4</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2005 The Apache Software Foundation.
@ -23,7 +24,7 @@
<author email="aheritier@apache.org">Arnaud Heritier</author>
</properties>
<body>
<release version="2.4-SNAPSHOT" date="In SVN">
<release version="2.4" date="2005-09-05">
<action dev="aheritier" type="update">Make the plugin compatible with maven 1.0 and jdk 1.3/1.4/1.5 or with maven 1.1 and jdk 1.4/1.5.</action>
<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>