From e82735bf00a5f6d424a1e7bd057bc778012b04ac Mon Sep 17 00:00:00 2001 From: aheritier Date: Sun, 26 Sep 2004 22:11:40 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 2.2 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116090 13f79535-47bb-0310-9956-ffa450edef68 --- pdf/project.xml | 9 ++++++++- pdf/xdocs/changes.xml | 4 +++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/pdf/project.xml b/pdf/project.xml index 6616e280..a290936d 100644 --- a/pdf/project.xml +++ b/pdf/project.xml @@ -1,4 +1,5 @@ + + ${basedir}/../plugin-parent/project.xml maven-pdf-plugin Maven PDF Plug-in - 2.2-SNAPSHOT + 2.2 PDF Documentation generator Generator of project documentation in PDF Format. http://maven.apache.org/reference/plugins/pdf/ @@ -42,6 +44,11 @@ 2.1 MAVEN_PDF_2_1 + + 2.2 + 2.2 + MAVEN_PDF_2_2 + diff --git a/pdf/xdocs/changes.xml b/pdf/xdocs/changes.xml index 66cd4bec..4fc2f092 100644 --- a/pdf/xdocs/changes.xml +++ b/pdf/xdocs/changes.xml @@ -1,4 +1,5 @@ + + Changes dIon Gillard - + PRE tag support added. Show "v." in cover only when version is not empty. The new property "maven.pdf.navigationFilePath" allows you to define a different directory from ${maven.xdoc.src} for the navigation file. From now, the PDF plugin can be used in a multiproject environment with a navigation file dynamically generated.