vmassol 2004/05/02 06:49:47
Modified: file-activity/xdocs changes.xml
file-activity project.xml
Log:
inherit from the plugin-parent/project.xml POM instead of the top level one which is
reserved for the master build
Revision Changes Path
1.9 +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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- changes.xml 30 Apr 2004 14:38:44 -0000 1.8
+++ changes.xml 2 May 2004 13:49:47 -0000 1.9
@@ -24,6 +24,8 @@
<author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
</properties>
<body>
+ <release version="1.5-SNAPSHOT" date="in CVS">
+ </release>
<release version="1.4" date="2004-03-07">
<action dev="evenisse" type="update">Add maven.changelog.basedir
property.</action>
</release>
1.27 +13 -10 maven-plugins/file-activity/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/file-activity/project.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- project.xml 8 Apr 2004 00:54:55 -0000 1.26
+++ project.xml 2 May 2004 13:49:47 -0000 1.27
@@ -19,13 +19,11 @@
-->
<project>
- <extend>../project.xml</extend>
+ <extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-file-activity-plugin</id>
<name>Maven File Activity Plug-in</name>
<currentVersion>1.5-SNAPSHOT</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>
<shortDescription>File activity Report</shortDescription>
@@ -36,6 +34,18 @@
<developerConnection>scm:cvs:ext:[EMAIL
PROTECTED]:/home/cvs:maven-plugins/file-activity/</developerConnection>
<url>http://cvs.apache.org/viewcvs/maven-plugins/file-activity</url>
</repository>
+ <versions>
+ <version>
+ <id>1.4</id>
+ <name>1.4</name>
+ <tag>MAVEN_FILE_ACTIVITY_1_4</tag>
+ </version>
+ <version>
+ <id>1.5</id>
+ <name>1.5</name>
+ <tag>HEAD</tag>
+ </version>
+ </versions>
<developers>
<developer>
<name>Pete Kazmier</name>
@@ -80,11 +90,4 @@
<url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
</dependency>
</dependencies>
- <versions>
- <version>
- <id>1.4</id>
- <name>1.4</name>
- <tag>MAVEN_FILE_ACTIVITY_1_4</tag>
- </version>
- </versions>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]