Upgrade to commons-io 1.2

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@394411 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-04-16 01:02:38 +00:00
parent 9c68c99132
commit bee674feb2
2 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,7 @@
<dependency> <dependency>
<groupId>commons-io</groupId> <groupId>commons-io</groupId>
<artifactId>commons-io</artifactId> <artifactId>commons-io</artifactId>
<version>1.0</version> <version>1.2</version>
<properties> <properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties> </properties>

View File

@ -24,6 +24,7 @@
</properties> </properties>
<body> <body>
<release version="1.6.1" date="In SVN"> <release version="1.6.1" date="In SVN">
<action dev="aheritier" type="update">Upgrade to commons-io 1.2.</action>
<action dev="ltheussl" type="fix" issue="MPCHANGES-30">Missing <code>changes.xml</code> makes report fail.</action> <action dev="ltheussl" type="fix" issue="MPCHANGES-30">Missing <code>changes.xml</code> makes report fail.</action>
<action dev="aheritier" type="fix" issue="MPCHANGES-29">Add icons used by this plugin. This must be independent of the xdoc plugin.</action> <action dev="aheritier" type="fix" issue="MPCHANGES-29">Add icons used by this plugin. This must be independent of the xdoc plugin.</action>
</release> </release>