[maven-scm-plugin] prepare release 2.0
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114851 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
410
pdf/project.xml
410
pdf/project.xml
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@@ -18,206 +19,213 @@
|
||||
-->
|
||||
|
||||
<project>
|
||||
<extend>${basedir}/../project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>maven-pdf-plugin</artifactId>
|
||||
<id>maven-pdf-plugin</id>
|
||||
<name>Maven PDF Plug-in</name>
|
||||
<currentVersion>2.0-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>
|
||||
<siteDirectory>/www/maven.apache.org/reference/plugins/pdf/</siteDirectory>
|
||||
<issueTrackingUrl>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10356</issueTrackingUrl>
|
||||
<repository>
|
||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/pdf/</connection>
|
||||
<extend>${basedir}/../project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>maven-pdf-plugin</artifactId>
|
||||
<id>maven-pdf-plugin</id>
|
||||
<name>Maven PDF Plug-in</name>
|
||||
<currentVersion>2.0</currentVersion>
|
||||
<description>PDF Documentation generator</description>
|
||||
<shortDescription>Generator of project documentation in PDF Format.</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/pdf/</url>
|
||||
<siteDirectory>/www/maven.apache.org/reference/plugins/pdf/</siteDirectory>
|
||||
<issueTrackingUrl>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10356</issueTrackingUrl>
|
||||
<repository>
|
||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/pdf/</connection>
|
||||
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/pdf/</developerConnection>
|
||||
<url>http://cvs.apache.org/viewcvs/maven-plugins/pdf/</url>
|
||||
</repository>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>Jason van Zyl</name>
|
||||
<id>jvanzyl</id>
|
||||
<email>jason@zenplex.com</email>
|
||||
<organization>Zenplex</organization>
|
||||
<roles>
|
||||
<role>Architect</role>
|
||||
<role>Release Manager</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Emmanuel Venisse</name>
|
||||
<id>evenisse</id>
|
||||
<email>emmanuel@venisse.net</email>
|
||||
<organization/>
|
||||
<roles>
|
||||
<role>Java Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
</developers>
|
||||
<contributors>
|
||||
<contributor>
|
||||
<name>Andrew Jaquith</name>
|
||||
<email>arjaquith@mindspring.com</email>
|
||||
<organization>freshcookies.org</organization>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Arnaud Heritier</name>
|
||||
<email>arnaud.heritier@laposte.net</email>
|
||||
<organization>axway.com</organization>
|
||||
</contributor>
|
||||
</contributors>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>fop</groupId>
|
||||
<artifactId>fop</artifactId>
|
||||
<version>0.20.5</version>
|
||||
<url>http://xml.apache.org/fop/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-awt-util</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-bridge</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-css</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-dom</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-ext</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-extension</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-gui-util</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-gvt</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-parser</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-rasterizer</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-script</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-svg-dom</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-svggen</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-swing</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-transcoder</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-util</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-xml</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>logkit</groupId>
|
||||
<artifactId>logkit</artifactId>
|
||||
<version>1.2.2</version>
|
||||
<url>http://avalon.apache.org/logkit/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>avalon-framework</groupId>
|
||||
<artifactId>avalon-framework</artifactId>
|
||||
<version>4.1.5</version>
|
||||
<url>http://avalon.apache.org/framework/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>xerces</groupId>
|
||||
<artifactId>xerces</artifactId>
|
||||
<version>2.4.0</version>
|
||||
<properties>
|
||||
<classloader>root</classloader>
|
||||
</properties>
|
||||
<url>http://xml.apache.org/xerces-j/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>xml-apis</groupId>
|
||||
<artifactId>xml-apis</artifactId>
|
||||
<version>1.0.b2</version>
|
||||
<properties>
|
||||
<classloader>root</classloader>
|
||||
</properties>
|
||||
<url>http://xml.apache.org/commons/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>xalan</groupId>
|
||||
<artifactId>xalan</artifactId>
|
||||
<version>2.4.1</version>
|
||||
<url>http://xml.apache.org/xalan-j/</url>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<url>http://cvs.apache.org/viewcvs/maven-plugins/pdf/</url>
|
||||
</repository>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>Jason van Zyl</name>
|
||||
<id>jvanzyl</id>
|
||||
<email>jason@zenplex.com</email>
|
||||
<organization>Zenplex</organization>
|
||||
<roles>
|
||||
<role>Architect</role>
|
||||
<role>Release Manager</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Emmanuel Venisse</name>
|
||||
<id>evenisse</id>
|
||||
<email>emmanuel@venisse.net</email>
|
||||
<organization/>
|
||||
<roles>
|
||||
<role>Java Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
</developers>
|
||||
<contributors>
|
||||
<contributor>
|
||||
<name>Andrew Jaquith</name>
|
||||
<email>arjaquith@mindspring.com</email>
|
||||
<organization>freshcookies.org</organization>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Arnaud Heritier</name>
|
||||
<email>arnaud.heritier@laposte.net</email>
|
||||
<organization>axway.com</organization>
|
||||
</contributor>
|
||||
</contributors>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>fop</groupId>
|
||||
<artifactId>fop</artifactId>
|
||||
<version>0.20.5</version>
|
||||
<url>http://xml.apache.org/fop/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-awt-util</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-bridge</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-css</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-dom</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-ext</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-extension</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-gui-util</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-gvt</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-parser</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-rasterizer</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-script</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-svg-dom</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-svggen</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-swing</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-transcoder</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-util</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>batik</groupId>
|
||||
<artifactId>batik-xml</artifactId>
|
||||
<version>1.5</version>
|
||||
<url>http://xml.apache.org/batik/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>logkit</groupId>
|
||||
<artifactId>logkit</artifactId>
|
||||
<version>1.2.2</version>
|
||||
<url>http://avalon.apache.org/logkit/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>avalon-framework</groupId>
|
||||
<artifactId>avalon-framework</artifactId>
|
||||
<version>4.1.5</version>
|
||||
<url>http://avalon.apache.org/framework/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>xerces</groupId>
|
||||
<artifactId>xerces</artifactId>
|
||||
<version>2.4.0</version>
|
||||
<properties>
|
||||
<classloader>root</classloader>
|
||||
</properties>
|
||||
<url>http://xml.apache.org/xerces-j/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>xml-apis</groupId>
|
||||
<artifactId>xml-apis</artifactId>
|
||||
<version>1.0.b2</version>
|
||||
<properties>
|
||||
<classloader>root</classloader>
|
||||
</properties>
|
||||
<url>http://xml.apache.org/commons/</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>xalan</groupId>
|
||||
<artifactId>xalan</artifactId>
|
||||
<version>2.4.1</version>
|
||||
<url>http://xml.apache.org/xalan-j/</url>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<versions>
|
||||
<version>
|
||||
<id>2.0</id>
|
||||
<name>2.0</name>
|
||||
<tag>MAVEN_PDF_2_0</tag>
|
||||
</version>
|
||||
</versions>
|
||||
</project>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@@ -18,31 +19,25 @@
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Changes</title>
|
||||
<author email="dion@apache.org">dIon Gillard</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="2.0" date="In CVS" description="Beta Release.">
|
||||
<action dev="evenisse" type="add">Upgraded to xerces 2.4.0, fop 0.20.5, batik 1.5</action>
|
||||
<action dev="evenisse" type="fix" issue="MPPDF-3">A new plugin
|
||||
property (maven.pdf.navigationFile) is added to allow the users
|
||||
to have a different navigation file for the site and for the pdf doc.</action>
|
||||
<action dev="evenisse" type="fix" issue="MPPDF-2">The use of links
|
||||
inside xdocs don't lead to crash the PDF generation.</action>
|
||||
<action dev="evenisse" type="update" issue="MPPDF-1">MAVEN-MPPDF-1.
|
||||
Completely re-write of the PDF plug-in. It solves most of the thorniest
|
||||
issues, such as table formatting, more levels in the table of contents,
|
||||
and image sizing. The graphic design is also dramatically improved.</action>
|
||||
</release>
|
||||
<release version="1.2" date="2003-09-29">
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
</release>
|
||||
<release version="1.1" date="Unknown">
|
||||
<action dev="dion" type="add">Upgraded to xerces 2.3.0, xalan 2.4.1 and fop 0.20.5rc2</action>
|
||||
<action dev="dion" type="add">Added more documentation</action>
|
||||
<action dev="dion" type="add">Fix plugin and fo stylesheet to get plugin working again</action>
|
||||
<action dev="evenisse" type="add" due-to="Kai Runte">Added table support.</action>
|
||||
</release>
|
||||
</body>
|
||||
<properties>
|
||||
<title>Changes</title>
|
||||
<author email="dion@apache.org">dIon Gillard</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="2.0" date="2004-03-10" description="Beta Release.">
|
||||
<action dev="evenisse" type="add">Upgraded to xerces 2.4.0, fop 0.20.5, batik 1.5</action>
|
||||
<action dev="evenisse" type="fix" issue="MPPDF-3">A new plugin property (maven.pdf.navigationFile) is added to allow the users to have a different navigation file for the site and for the pdf doc.</action>
|
||||
<action dev="evenisse" type="fix" issue="MPPDF-2">The use of links inside xdocs don't lead to crash the PDF generation.</action>
|
||||
<action dev="evenisse" type="update" issue="MPPDF-1">MAVEN-MPPDF-1. Completely re-write of the PDF plug-in. It solves most of the thorniest issues, such as table formatting, more levels in the table of contents, and image sizing. The graphic design is also dramatically improved.</action>
|
||||
</release>
|
||||
<release version="1.2" date="2003-09-29">
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
</release>
|
||||
<release version="1.1" date="Unknown">
|
||||
<action dev="dion" type="add">Upgraded to xerces 2.3.0, xalan 2.4.1 and fop 0.20.5rc2</action>
|
||||
<action dev="dion" type="add">Added more documentation</action>
|
||||
<action dev="dion" type="add">Fix plugin and fo stylesheet to get plugin working again</action>
|
||||
<action dev="evenisse" type="add" due-to="Kai Runte">Added table support.</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
Reference in New Issue
Block a user