Ant dependency changed to 1.5.3.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115815 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2004-07-14 22:32:35 +00:00
parent 35e639152d
commit 1108b52ff9
2 changed files with 5 additions and 2 deletions

View File

@ -22,7 +22,7 @@
<extend>../plugin-parent/project.xml</extend>
<id>maven-simian-plugin</id>
<name>Maven Simian Plugin</name>
<currentVersion>1.4</currentVersion>
<currentVersion>1.4.1-SNAPSHOT</currentVersion>
<description>Simian Plugin for Maven</description>
<shortDescription>Simian Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/simian/</url>
@ -100,7 +100,7 @@
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.6</version>
<version>1.5.3.1</version>
<url>http://ant.apache.org/</url>
</dependency>
<dependency>

View File

@ -25,6 +25,9 @@
<author email="maurice@maguyane.net">Maurice Montg?nie</author>
</properties>
<body>
<release version="1.4.1-SNAPSHOT" date="in CVS">
<action dev="dion" type="update">Ant dependency changed to 1.5.3.1.</action>
</release>
<release version="1.4" date="2004-05-15">
<action dev="vmassol" type="fix">Gracefully inform users when the plugin is executed on a project with no source.</action>
<action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>