brett 2004/03/06 17:01:33
Modified: html2xdoc project.xml
html2xdoc/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.2
Revision Changes Path
1.23 +10 -2 maven-plugins/html2xdoc/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/html2xdoc/project.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- project.xml 4 Mar 2004 18:13:56 -0000 1.22
+++ project.xml 7 Mar 2004 01:01:33 -0000 1.23
@@ -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:[EMAIL
PROTECTED]:/home/cvspublic:maven-plugins/html2xdoc/</connection>
+ <developerConnection>scm:cvs:ext:[EMAIL
PROTECTED]:/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.9 +7 -22 maven-plugins/html2xdoc/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/html2xdoc/xdocs/changes.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- changes.xml 4 Mar 2004 18:13:56 -0000 1.8
+++ changes.xml 7 Mar 2004 01:01:33 -0000 1.9
@@ -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="[EMAIL PROTECTED]">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>
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]