You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/03/07 01:45:45 UTC

cvs commit: maven-plugins/file-activity/xdocs changes.xml

brett       2004/03/06 16:45:45

  Modified:    file-activity project.xml
               file-activity/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.4
  
  Revision  Changes    Path
  1.25      +13 -6     maven-plugins/file-activity/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/file-activity/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml	4 Mar 2004 18:13:19 -0000	1.24
  +++ project.xml	7 Mar 2004 00:45:45 -0000	1.25
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,24 +18,23 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-file-activity-plugin</id>
     <name>Maven File Activity Plug-in</name>
  -  <currentVersion>1.4-SNAPSHOT</currentVersion>
  +  <currentVersion>1.4</currentVersion>
     <!-- Gump integration -->
   
     <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>
  +  <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>
     <url>http://maven.apache.org/reference/plugins/file-activity/</url>
     <siteDirectory>/www/maven.apache.org/reference/plugins/file-activity/</siteDirectory>
     <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/file-activity/</connection>
  -    <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/file-activity/</url>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/file-activity</connection>
  +    <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/file-activity/</developerConnection>
  +    <url>http://cvs.apache.org/viewcvs/maven-plugins/file-activity</url>
     </repository>
     <developers>
       <developer>
  @@ -86,4 +86,11 @@
         </properties>
       </dependency>
     </dependencies>
  +  <versions>
  +    <version>
  +      <id>1.4</id>
  +      <name>1.4</name>
  +      <tag>MAVEN_FILE_ACTIVITY_1_4</tag>
  +    </version>
  +  </versions>
   </project>
  
  
  
  1.7       +8 -17     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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- changes.xml	4 Mar 2004 18:13:19 -0000	1.6
  +++ changes.xml	7 Mar 2004 00:45:45 -0000	1.7
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -22,24 +23,14 @@
       <title>Changes</title>
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
  -
     <body>
  -	<release version="1.4" date="In CVS">
  -  	  <action dev="evenisse" type="update">
  -  	    Add maven.changelog.basedir property.
  -  	  </action>
  +    <release version="1.4" date="2004-03-07">
  +      <action dev="evenisse" type="update">Add maven.changelog.basedir property.</action>
       </release>
  -	<release version="1.3" date="2003-09-29">
  -      <action dev="evenisse" type="fix">
  -        Fix url generation when pom.repository.url isn't empty.
  -      </action>          
  -      <action dev="evenisse" type="fix">
  -        Add xml declaration to generated report. Fixed for character encoding.
  -      </action>          
  -      <action dev="evenisse" type="fix">
  -        Fixed MAVEN-493. I register reports only if source, test,... exists.
  -        So, corresponding entrys in menu will appear only if reports are registered.
  -      </action>
  +    <release version="1.3" date="2003-09-29">
  +      <action dev="evenisse" type="fix">Fix url generation when pom.repository.url isn't empty.</action>
  +      <action dev="evenisse" type="fix">Add xml declaration to generated report. Fixed for character encoding.</action>
  +      <action dev="evenisse" type="fix">Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered.</action>
       </release>
     </body>
   </document>
  
  
  

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