[maven-scm-plugin] prepare release 2.5
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@424178 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a88249f2bb
commit
f243a93b60
@ -1,4 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2004 The Apache Software Foundation.
|
||||||
@ -16,13 +17,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
|
|
||||||
<extend>${basedir}/../plugins-parent/project.xml</extend>
|
<extend>${basedir}/../plugins-parent/project.xml</extend>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<artifactId>maven-pdf-plugin</artifactId>
|
<artifactId>maven-pdf-plugin</artifactId>
|
||||||
<name>Maven PDF Plugin</name>
|
<name>Maven PDF Plugin</name>
|
||||||
<currentVersion>2.5-SNAPSHOT</currentVersion>
|
<currentVersion>2.5</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>
|
||||||
<versions>
|
<versions>
|
||||||
@ -56,6 +56,11 @@
|
|||||||
<name>2.4</name>
|
<name>2.4</name>
|
||||||
<tag>maven-pdf-plugin-2.4</tag>
|
<tag>maven-pdf-plugin-2.4</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>2.5</id>
|
||||||
|
<name>2.5</name>
|
||||||
|
<tag>MAVEN_PDF_2_5</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
@ -24,19 +24,25 @@
|
|||||||
<author email="aheritier@apache.org">Arnaud Heritier</author>
|
<author email="aheritier@apache.org">Arnaud Heritier</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="2.5-SNAPSHOT" date="in SVN">
|
<release version="2.5" date="2006-07-21">
|
||||||
<action dev="aheritier" type="update" issue="MPPDF-55">Upgrade to Xalan 2.7.0.</action>
|
<action dev="aheritier" type="update" issue="MPPDF-55">Upgrade to Xalan 2.7.0.</action>
|
||||||
<action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action>
|
<action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action>
|
||||||
<action dev="aheritier" type="update">An icon is added to the report entry in the navigation. Works only with the xdoc plugin 1.10 and above.</action>
|
<action dev="aheritier" type="update">An icon is added to the report entry in the navigation. Works only with the xdoc plugin 1.10 and above.</action>
|
||||||
<action dev="aheritier" type="fix">The links generated in the reports list are wrong. Works only with the xdoc plugin 1.10 and above.</action>
|
<action dev="aheritier" type="fix">The links generated in the reports list are wrong. Works only with the xdoc plugin 1.10 and above.</action>
|
||||||
<action dev="ltheussl" type="add" due-to="Greg Ludington">New property <code>maven.pdf.createBookmarks</code> to create PDF bookmarks.</action>
|
<action dev="ltheussl" type="add" due-to="Greg Ludington">New property
|
||||||
|
<code>maven.pdf.createBookmarks</code>to create PDF bookmarks.
|
||||||
|
</action>
|
||||||
<action dev="ltheussl" type="fix" issue="MPPDF-53">Title and dates are incorrect when used with Maven 1.0.2.</action>
|
<action dev="ltheussl" type="fix" issue="MPPDF-53">Title and dates are incorrect when used with Maven 1.0.2.</action>
|
||||||
<action dev="ltheussl" type="fix" issue="MPPDF-54">Identical ids in tables in different documents caused a build failure.</action>
|
<action dev="ltheussl" type="fix" issue="MPPDF-54">Identical ids in tables in different documents caused a build failure.</action>
|
||||||
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins.</action>
|
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins.</action>
|
||||||
<action dev="aheritier" type="fix" issue="MPPDF-47">An error occurs if the project logo or the company logo aren't defined.</action>
|
<action dev="aheritier" type="fix" issue="MPPDF-47">An error occurs if the project logo or the company logo aren't defined.</action>
|
||||||
<action dev="ltheussl" type="fix" issue="MPPDF-37">Page numbering not correct with more than 10 items in menu.</action>
|
<action dev="ltheussl" type="fix" issue="MPPDF-37">Page numbering not correct with more than 10 items in menu.</action>
|
||||||
<action dev="ltheussl" type="add" issue="MPPDF-48">New goal <code>pdf:navigation-validate</code> to validate the pdf navigation file.</action>
|
<action dev="ltheussl" type="add" issue="MPPDF-48">New goal
|
||||||
<action dev="ltheussl" type="fix" issue="MPPDF-50">Fix <code>maven.pdf.cover.projectCompany</code>.</action>
|
<code>pdf:navigation-validate</code>to validate the pdf navigation file.
|
||||||
|
</action>
|
||||||
|
<action dev="ltheussl" type="fix" issue="MPPDF-50">Fix
|
||||||
|
<code>maven.pdf.cover.projectCompany</code>.
|
||||||
|
</action>
|
||||||
<action dev="ltheussl" type="add">Make cover header- and footer-height configurable.</action>
|
<action dev="ltheussl" type="add">Make cover header- and footer-height configurable.</action>
|
||||||
<action dev="ltheussl" type="fix" issue="MPPDF-40">Use optional id tag for sub/section anchors to avoid problems with identical names.</action>
|
<action dev="ltheussl" type="fix" issue="MPPDF-40">Use optional id tag for sub/section anchors to avoid problems with identical names.</action>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user