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:01:30 UTC

cvs commit: maven-plugins/struts project.xml

dion        2004/01/04 21:01:30

  Modified:    struts/xdocs changes.xml
               struts   project.xml
  Log:
  Rolling back ant 1.6 change until someone wants to test it.
  
  Revision  Changes    Path
  1.8       +0 -5      maven-plugins/struts/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/struts/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:12 -0000	1.7
  +++ changes.xml	5 Jan 2004 05:01:30 -0000	1.8
  @@ -6,11 +6,6 @@
     </properties>
   
     <body>
  -    <release version="1.3" date="in CVS">
  -      <action dev="dion" type="update">
  -        Upgrade to ant 1.6
  -      </action>
  -    </release>
       <release version="1.2" date="2003-09-29">
         <action dev="dion" type="update">
           Upgrade to dom4j 1.4
  
  
  
  1.30      +2 -2      maven-plugins/struts/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/struts/project.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- project.xml	5 Jan 2004 03:43:12 -0000	1.29
  +++ project.xml	5 Jan 2004 05:01:30 -0000	1.30
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-struts-plugin</id>
     <name>Maven Struts Plugin</name>
  -  <currentVersion>1.3-SNAPSHOT</currentVersion>
  +  <currentVersion>1.2</currentVersion>
     <description/>
     <shortDescription>Work with struts jars</shortDescription>
     <url>http://maven.apache.org/reference/plugins/struts/</url>
  @@ -75,7 +75,7 @@
       <dependency>
         <groupId>ant</groupId>
         <artifactId>ant</artifactId>
  -      <version>1.6</version>
  +      <version>1.5.3-1</version>
         <properties>
           <classloader>root</classloader>
         </properties>
  
  
  

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