Readded brett changes lost in last commit
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116092 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e82735bf00
commit
a64dd1ce87
@ -111,13 +111,13 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jelly</groupId>
|
<groupId>commons-jelly</groupId>
|
||||||
<artifactId>commons-jelly-tags-xml</artifactId>
|
<artifactId>commons-jelly-tags-xml</artifactId>
|
||||||
<version>20030211.142705</version>
|
<version>1.0</version>
|
||||||
<url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
|
<url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jelly</groupId>
|
<groupId>commons-jelly</groupId>
|
||||||
<artifactId>commons-jelly-tags-ant</artifactId>
|
<artifactId>commons-jelly-tags-ant</artifactId>
|
||||||
<version>20040902.000000</version>
|
<version>1.0</version>
|
||||||
<url>http://jakarta.apache.org/commons/jelly/libs/ant/</url>
|
<url>http://jakarta.apache.org/commons/jelly/libs/ant/</url>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -130,6 +130,11 @@
|
|||||||
<artifactId>maven-jelly-tags</artifactId>
|
<artifactId>maven-jelly-tags</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>maven</groupId>
|
||||||
|
<artifactId>maven-model</artifactId>
|
||||||
|
<version>1.1-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<!-- Required for commons-httpclient -->
|
<!-- Required for commons-httpclient -->
|
||||||
|
|
||||||
|
|||||||
@ -25,6 +25,9 @@
|
|||||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
|
<release version="1.4-SNAPSHOT" date="in CVS">
|
||||||
|
<action dev="brett" type="update">Make compatible with Maven 1.1</action>
|
||||||
|
</release>
|
||||||
<release version="1.3.3" date="2004-09-24">
|
<release version="1.3.3" date="2004-09-24">
|
||||||
<action dev="carlos" type="fix">Some performance improvements</action>
|
<action dev="carlos" type="fix">Some performance improvements</action>
|
||||||
<action dev="carlos" type="fix" issue="MPLINKCHECK-15" due-to="Stephane Mikaty">Use BufferedInputStream in FileToCheck</action>
|
<action dev="carlos" type="fix" issue="MPLINKCHECK-15" due-to="Stephane Mikaty">Use BufferedInputStream in FileToCheck</action>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user