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 00:32:35 UTC

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

dion        2004/07/14 15:32:35

  Modified:    simian   project.xml
               simian/xdocs changes.xml
  Log:
  Ant dependency changed to 1.5.3.1
  
  Revision  Changes    Path
  1.36      +2 -2      maven-plugins/simian/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/simian/project.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- project.xml	25 Jun 2004 15:24:30 -0000	1.35
  +++ project.xml	14 Jul 2004 22:32:35 -0000	1.36
  @@ -22,7 +22,7 @@
     <extend>../plugin-parent/project.xml</extend>
     <id>maven-simian-plugin</id>
     <name>Maven Simian Plugin</name>
  -  <currentVersion>1.4</currentVersion>
  +  <currentVersion>1.4.1-SNAPSHOT</currentVersion>
     <description>Simian Plugin for Maven</description>
     <shortDescription>Simian Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/simian/</url>
  @@ -100,7 +100,7 @@
       <dependency>
         <groupId>ant</groupId>
         <artifactId>ant</artifactId>
  -      <version>1.6</version>
  +      <version>1.5.3.1</version>
         <url>http://ant.apache.org/</url>
       </dependency>
       <dependency>
  
  
  
  1.22      +3 -0      maven-plugins/simian/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/simian/xdocs/changes.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- changes.xml	16 May 2004 02:15:20 -0000	1.21
  +++ changes.xml	14 Jul 2004 22:32:35 -0000	1.22
  @@ -25,6 +25,9 @@
       <author email="maurice@maguyane.net">Maurice Montg?nie</author>
     </properties>
     <body>
  +    <release version="1.4.1-SNAPSHOT" date="in CVS">
  +      <action dev="dion" type="update">Ant dependency changed to 1.5.3.1.</action>
  +    </release>
       <release version="1.4" date="2004-05-15">
         <action dev="vmassol" type="fix">Gracefully inform users when the plugin is executed on a project with no source.</action>
         <action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
  
  
  

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