Author: aheritier Date: Thu Jul 20 22:00:28 2006 New Revision: 424178 URL: http://svn.apache.org/viewvc?rev=424178&view=rev Log: [maven-scm-plugin] prepare release 2.5
Modified: maven/maven-1/plugins/trunk/pdf/project.xml maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/pdf/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/pdf/project.xml?rev=424178&r1=424177&r2=424178&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pdf/project.xml (original) +++ maven/maven-1/plugins/trunk/pdf/project.xml Thu Jul 20 22:00:28 2006 @@ -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. @@ -16,13 +17,12 @@ * limitations under the License. */ --> -<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"> +<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"> <extend>${basedir}/../plugins-parent/project.xml</extend> <pomVersion>3</pomVersion> <artifactId>maven-pdf-plugin</artifactId> <name>Maven PDF Plugin</name> - <currentVersion>2.5-SNAPSHOT</currentVersion> + <currentVersion>2.5</currentVersion> <description>PDF Documentation generator</description> <shortDescription>Generator of project documentation in PDF Format.</shortDescription> <versions> @@ -55,6 +55,11 @@ <id>2.4</id> <name>2.4</name> <tag>maven-pdf-plugin-2.4</tag> + </version> + <version> + <id>2.5</id> + <name>2.5</name> + <tag>MAVEN_PDF_2_5</tag> </version> </versions> <developers> Modified: maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml?rev=424178&r1=424177&r2=424178&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml Thu Jul 20 22:00:28 2006 @@ -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="[EMAIL PROTECTED]">Arnaud Heritier</author> </properties> <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="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="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-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="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="add" issue="MPPDF-48">New goal <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" issue="MPPDF-48">New goal + <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="fix" issue="MPPDF-40">Use optional id tag for sub/section anchors to avoid problems with identical names.</action> </release>