[maven-scm-plugin] prepare release 1.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114828 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fd28103de6
commit
fad4fba0f6
@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@ -17,13 +18,12 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
|
||||
<project>
|
||||
<extend>../project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-html2xdoc-plugin</id>
|
||||
<name>Maven Html2XDoc Plug-in</name>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.2</currentVersion>
|
||||
<!-- Gump integration -->
|
||||
|
||||
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
||||
@ -33,6 +33,7 @@
|
||||
<siteDirectory>/www/maven.apache.org/reference/plugins/html2xdoc/</siteDirectory>
|
||||
<repository>
|
||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/html2xdoc/</connection>
|
||||
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/html2xdoc/</developerConnection>
|
||||
<url>http://cvs.apache.org/viewcvs/maven-plugins/html2xdoc/</url>
|
||||
</repository>
|
||||
<developers>
|
||||
@ -102,4 +103,11 @@
|
||||
<url>http://xml.apache.org/xerces2-j/</url>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<versions>
|
||||
<version>
|
||||
<id>1.2</id>
|
||||
<name>1.2</name>
|
||||
<tag>MAVEN_HTML2XDOC_1_2</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.
|
||||
@ -22,31 +23,15 @@
|
||||
<title>Changes</title>
|
||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Only try to find files if the source directory exists
|
||||
</action>
|
||||
<action dev="jstrachan" type="update">
|
||||
Numerous bug fixes have been made. A new HTML converter bean is now used
|
||||
for every page to avoid contamination across pages. Also various invalid
|
||||
transformations have been fixed, such as headings containing
|
||||
either 'span' or 'a' elements, or paragraphs containing just images
|
||||
or 'a' elements.
|
||||
</action>
|
||||
<release version="1.2" date="2004-03-07">
|
||||
<action dev="dion" type="update">Only try to find files if the source directory exists</action>
|
||||
<action dev="jstrachan" type="update">Numerous bug fixes have been made. A new HTML converter bean is now used for every page to avoid contamination across pages. Also various invalid transformations have been fixed, such as headings containing either 'span' or 'a' elements, or paragraphs containing just images or 'a' elements.</action>
|
||||
</release>
|
||||
|
||||
<release version="1.1" date="2003-09-29">
|
||||
<action dev="dion" type="add">Add maven.html2xdoc.enabled property</action>
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to dom4j 1.4
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to commons-logging 1.0.3
|
||||
</action>
|
||||
<action dev="dion" type="update">Upgrade to dom4j 1.4</action>
|
||||
<action dev="dion" type="update">Upgrade to commons-logging 1.0.3</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@ -17,13 +18,12 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
|
||||
<project>
|
||||
<extend>../project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-jellydoc-plugin</id>
|
||||
<name>Maven JellyDoc Plug-in</name>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.2</currentVersion>
|
||||
<!-- Gump integration -->
|
||||
|
||||
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
||||
@ -32,8 +32,9 @@
|
||||
<url>http://maven.apache.org/reference/plugins/jellydoc/</url>
|
||||
<siteDirectory>/www/maven.apache.org/reference/plugins/jellydoc/</siteDirectory>
|
||||
<repository>
|
||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/jellydoc/</connection>
|
||||
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/jellydoc/</url>
|
||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/jellydoc/</connection>
|
||||
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/jellydoc/</developerConnection>
|
||||
<url>http://cvs.apache.org/viewcvs/maven-plugins/jellydoc/</url>
|
||||
</repository>
|
||||
<developers>
|
||||
<developer>
|
||||
@ -112,4 +113,11 @@
|
||||
<url>http://xml.apache.org/xerces2-j/</url>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<versions>
|
||||
<version>
|
||||
<id>1.2</id>
|
||||
<name>1.2</name>
|
||||
<tag>MAVEN_JELLYDOC_1_2</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.
|
||||
@ -23,34 +24,17 @@
|
||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||
<author email="kschrader@karmalab.org">Kurt Schrader</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="evenisse" type="fix">
|
||||
Externalise output directory and encoding.
|
||||
JellyDoc report works correctly now with multiproject.
|
||||
</action>
|
||||
<action dev="dion" type="fix">
|
||||
Only register report if sources exist
|
||||
</action>
|
||||
<release version="1.2" date="2004-03-07">
|
||||
<action dev="evenisse" type="fix">Externalise output directory and encoding. JellyDoc report works correctly now with multiproject.</action>
|
||||
<action dev="dion" type="fix">Only register report if sources exist</action>
|
||||
</release>
|
||||
|
||||
<release version="1.1" date="2003-09-29">
|
||||
<action dev="dion" type="update">
|
||||
Sort tag libraries, tags and attributes accordingly
|
||||
</action>
|
||||
<action dev="dion" type="update">Sort tag libraries, tags and attributes accordingly</action>
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to dom4j 1.4
|
||||
</action>
|
||||
<action dev="dion" type="fix">
|
||||
Change use of pom.build.sourceDirectory to not include the basedir. This must be placed in the pom
|
||||
if a ${basedir} prefix is required.
|
||||
</action>
|
||||
<action dev="dion" type="update">Upgrade to dom4j 1.4</action>
|
||||
<action dev="dion" type="fix">Change use of pom.build.sourceDirectory to not include the basedir. This must be placed in the pom if a ${basedir} prefix is required.</action>
|
||||
</release>
|
||||
<release version="1.0" date="Unknown">
|
||||
</release>
|
||||
|
||||
<release version="1.0" date="Unknown"></release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user