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 05:46:29 UTC

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

dion        2004/01/04 20:46:29

  Modified:    latex    project.xml
               latex/xdocs changes.xml
  Log:
  Rolling back ant 1.6 change until someone wants to test it.
  
  Revision  Changes    Path
  1.19      +2 -2      maven-plugins/latex/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/latex/project.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- project.xml	5 Jan 2004 03:43:12 -0000	1.18
  +++ project.xml	5 Jan 2004 04:46:29 -0000	1.19
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-latex-plugin</id>
     <name>Maven Latex Plug-in</name>
  -  <currentVersion>1.2-SNAPSHOT</currentVersion>
  +  <currentVersion>1.1</currentVersion>
     <description/>
     <shortDescription>Produce HTML from latex</shortDescription>
     <url>http://maven.apache.org/reference/plugins/latex/</url>
  @@ -48,7 +48,7 @@
       <dependency>
         <groupId>ant</groupId>
         <artifactId>ant</artifactId>
  -      <version>1.6</version>
  +      <version>1.5.3-1</version>
         <properties>
           <classloader>root</classloader>
         </properties>
  
  
  
  1.5       +1 -5      maven-plugins/latex/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/latex/xdocs/changes.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- changes.xml	5 Jan 2004 03:43:13 -0000	1.4
  +++ changes.xml	5 Jan 2004 04:46:29 -0000	1.5
  @@ -6,11 +6,7 @@
     </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 commons-lang 1.0.1
  
  
  

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