You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2004/07/15 02:13:12 UTC

cvs commit: maven-plugins/html2xdoc project.xml

dion        2004/07/14 17:13:12

  Modified:    html2xdoc/xdocs changes.xml
               html2xdoc project.xml
  Log:
  Use later version of jelly xml tags
  
  Revision  Changes    Path
  1.15      +2 -0      maven-plugins/html2xdoc/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/xdocs/changes.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- changes.xml	30 Jun 2004 04:19:27 -0000	1.14
  +++ changes.xml	15 Jul 2004 00:13:12 -0000	1.15
  @@ -24,6 +24,8 @@
       <author email="dion@multitask.com.au">dIon Gillard</author>
     </properties>
     <body>
  +    <release version="1.3.1-SNAPSHOT" date="in CVS">
  +    </release>
       <release version="1.3" date="2004-05-15">
         <action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
       </release>
  
  
  
  1.34      +2 -2      maven-plugins/html2xdoc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/project.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- project.xml	30 Jun 2004 04:19:27 -0000	1.33
  +++ project.xml	15 Jul 2004 00:13:12 -0000	1.34
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-html2xdoc-plugin</id>
     <name>Maven Html2XDoc Plug-in</name>
  -  <currentVersion>1.3</currentVersion>
  +  <currentVersion>1.3.1-SNAPSHOT</currentVersion>
     <gumpRepositoryId>jakarta</gumpRepositoryId>
     <description>Creates XDoc documentation from normal HTML documentation.</description>
     <shortDescription>HTML to xdoc transformer</shortDescription>
  @@ -62,7 +62,7 @@
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-xml</artifactId>
  -      <version>20030211.142705</version>
  +      <version>20040613.030723</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
       </dependency>
       <dependency>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org