dion 2004/07/14 17:17:53
Modified: plugin/xdocs changes.xml
plugin project.xml
Log:
Use later version of jelly xml tags
Revision Changes Path
1.29 +2 -0 maven-plugins/plugin/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/plugin/xdocs/changes.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- changes.xml 8 Jul 2004 14:20:27 -0000 1.28
+++ changes.xml 15 Jul 2004 00:17:52 -0000 1.29
@@ -24,6 +24,8 @@
<author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
</properties>
<body>
+ <release version="1.5.2-SNAPSHOT" date="in CVS">
+ </release>
<release version="1.5.1" date="2004-07-09">
<action dev="dion" type="add" issue="MPPLUGIN-20">Prompt for artifactId,
groupId and version if missing.</action>
<action dev="dion" type="add">Add assertFileNotFound tag</action>
1.44 +2 -2 maven-plugins/plugin/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/plugin/project.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- project.xml 8 Jul 2004 14:38:57 -0000 1.43
+++ project.xml 15 Jul 2004 00:17:52 -0000 1.44
@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-plugin-plugin</id>
<name>Maven Plugin Plugin</name>
- <currentVersion>1.5.1</currentVersion>
+ <currentVersion>1.5.2-SNAPSHOT</currentVersion>
<description>Maven Plugin management plugin. Requires Maven 1.0 RC4.</description>
<shortDescription>Maven Plugin plugin</shortDescription>
<url>http://maven.apache.org/reference/plugins/plugin/</url>
@@ -94,7 +94,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>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]