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 02:12:19 UTC

cvs commit: maven-plugins/file-activity project.xml

dion        2004/07/14 17:12:19

  Modified:    file-activity/xdocs changes.xml
               file-activity project.xml
  Log:
  Use later version of jelly xml tags
  
  Revision  Changes    Path
  1.11      +2 -0      maven-plugins/file-activity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/file-activity/xdocs/changes.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- changes.xml	16 May 2004 02:46:45 -0000	1.10
  +++ changes.xml	15 Jul 2004 00:12:19 -0000	1.11
  @@ -24,6 +24,8 @@
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
     <body>
  +    <release version="1.5.1-SNAPSHOT" date="in CVS">
  +    </release>
       <release version="1.5" date="2004-05-15"></release>
       <release version="1.4" date="2004-03-07">
         <action dev="evenisse" type="update">Add maven.changelog.basedir property.</action>
  
  
  
  1.31      +2 -2      maven-plugins/file-activity/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/file-activity/project.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- project.xml	25 Jun 2004 15:24:28 -0000	1.30
  +++ project.xml	15 Jul 2004 00:12:19 -0000	1.31
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-file-activity-plugin</id>
     <name>Maven File Activity Plug-in</name>
  -  <currentVersion>1.5</currentVersion>
  +  <currentVersion>1.5.1-SNAPSHOT</currentVersion>
     <gumpRepositoryId>jakarta</gumpRepositoryId>
     <description>This document provides a report of activity in terms of CVS commits and breaks it out by file. Requires Maven 1.0 RC2.</description>
     <shortDescription>File activity Report</shortDescription>
  @@ -87,7 +87,7 @@
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-xml</artifactId>
  -      <version>20030211.142705</version>
  +      <version>20040613.030723</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
       </dependency>
     </dependencies>
  
  
  

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