vmassol 2004/05/02 06:53:40
Modified: gump/xdocs changes.xml
gump 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.5 +2 -1 maven-plugins/gump/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/gump/xdocs/changes.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- changes.xml 4 Mar 2004 18:13:38 -0000 1.4
+++ changes.xml 2 May 2004 13:53:40 -0000 1.5
@@ -24,11 +24,12 @@
</properties>
<body>
+ <release version="1.3" date="in CVS">
+ </release>
<release version="1.2" date="2003-09-29">
<action dev="dion" type="fix">gump.xml generated into basedir</action>
<action dev="dion" type="update">Added test project</action>
</release>
-
<release version="1.1" date="Unknown">
<action dev="dion" type="add">
Added more documentation
1.20 +7 -2 maven-plugins/gump/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/gump/project.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- project.xml 7 Mar 2004 23:01:25 -0000 1.19
+++ project.xml 2 May 2004 13:53:40 -0000 1.20
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -17,9 +18,8 @@
*/
-->
-
<project>
- <extend>../project.xml</extend>
+ <extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-gump-plugin</id>
<name>Maven Gump Plug-in</name>
@@ -38,6 +38,11 @@
<id>1.2</id>
<name>1.2</name>
<tag>MAVEN_GUMP_1_2</tag>
+ </version>
+ <version>
+ <id>1.3</id>
+ <name>1.3</name>
+ <tag>HEAD</tag>
</version>
</versions>
<developers>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]