You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/10/23 13:50:31 UTC

cvs commit: maven-plugins/html2xdoc/xdocs changes.xml

brett       2004/10/23 04:50:31

  Modified:    html2xdoc project.xml
               html2xdoc/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.3.1
  
  Revision  Changes    Path
  1.35      +6 -1      maven-plugins/html2xdoc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/project.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- project.xml	15 Jul 2004 00:13:12 -0000	1.34
  +++ project.xml	23 Oct 2004 11:50:31 -0000	1.35
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-html2xdoc-plugin</id>
     <name>Maven Html2XDoc Plug-in</name>
  -  <currentVersion>1.3.1-SNAPSHOT</currentVersion>
  +  <currentVersion>1.3.1</currentVersion>
     <gumpRepositoryId>jakarta</gumpRepositoryId>
     <description>Creates XDoc documentation from normal HTML documentation.</description>
     <shortDescription>HTML to xdoc transformer</shortDescription>
  @@ -45,6 +45,11 @@
         <id>1.3</id>
         <name>1.3</name>
         <tag>MAVEN_HTML2XDOC_1_3</tag>
  +    </version>
  +    <version>
  +      <id>1.3.1</id>
  +      <name>1.3.1</name>
  +      <tag>MAVEN_HTML2XDOC_1_3_1</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.18      +1 -1      maven-plugins/html2xdoc/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/xdocs/changes.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- changes.xml	28 Aug 2004 20:59:39 -0000	1.17
  +++ changes.xml	23 Oct 2004 11:50:31 -0000	1.18
  @@ -24,7 +24,7 @@
       <author email="dion@multitask.com.au">dIon Gillard</author>
     </properties>
     <body>
  -    <release version="1.3.1-SNAPSHOT" date="in CVS">
  +    <release version="1.3.1" date="2004-10-23">
         <action dev="carlos" type="update">Run before xdoc:init so generated xdocs can also be used by pdf plugin.</action>
         <action dev="dion" type="fix">Fix crash with an empty html body element.</action>
       </release>
  
  
  

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