Use later version of jelly xml tags
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115818 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-developer-activity-plugin</id>
|
||||
<name>Maven Developer Activity Plugin</name>
|
||||
<currentVersion>1.5</currentVersion>
|
||||
<currentVersion>1.5.1-SNAPSHOT</currentVersion>
|
||||
<description>This document provides a report of activity in terms of CVS commits and breaks it out by developer. Requires Maven 1.0 RC2.</description>
|
||||
<shortDescription>Developer Activity report</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/developer-activity/</url>
|
||||
@@ -66,7 +66,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>
|
||||
|
||||
@@ -24,6 +24,9 @@
|
||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.5.1-SNAPSHOT" date="in CVS">
|
||||
<action dev="dion" type="update">Bump jelly xml tag dependency.</action>
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user