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/01/05 06:00:28 UTC

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

dion        2004/01/04 21:00:28

  Modified:    docbook  project.xml
               docbook/xdocs changes.xml
  Log:
  Rolling back ant 1.6 change until someone wants to test it.
  
  Revision  Changes    Path
  1.20      +2 -2      maven-plugins/docbook/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/docbook/project.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- project.xml	5 Jan 2004 03:43:12 -0000	1.19
  +++ project.xml	5 Jan 2004 05:00:28 -0000	1.20
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-docbook-plugin</id>
     <name>Maven DocBook Plug-in</name>
  -  <currentVersion>1.2-SNAPSHOT</currentVersion>
  +  <currentVersion>1.1</currentVersion>
     <shortDescription>Convert docbook to xdoc</shortDescription>
     <url>http://maven.apache.org/reference/plugins/docbook/</url>
     <siteDirectory>/www/maven.apache.org/reference/plugins/docbook/</siteDirectory>
  @@ -38,7 +38,7 @@
       <dependency>
         <groupId>ant</groupId>
         <artifactId>ant</artifactId>
  -      <version>1.6</version>
  +      <version>1.5.3-1</version>
         <properties>
           <classloader>root</classloader>
         </properties>
  
  
  
  1.8       +0 -5      maven-plugins/docbook/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/docbook/xdocs/changes.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- changes.xml	5 Jan 2004 03:43:13 -0000	1.7
  +++ changes.xml	5 Jan 2004 05:00:28 -0000	1.8
  @@ -6,11 +6,6 @@
     </properties>
   
     <body>
  -    <release version="1.2" date="in CVS">
  -      <action dev="dion" type="update">
  -        Upgrade to ant 1.6
  -      </action>
  -    </release>
       <release version="1.1" date="2003-09-29">
         <action dev="dion" type="update">
           update to use maven.docs.*/maven.gen.docs
  
  
  

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