You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/04/16 03:02:38 UTC

svn commit: r394411 - in /maven/maven-1/plugins/trunk/changes: project.xml xdocs/changes.xml

Author: aheritier
Date: Sat Apr 15 18:02:38 2006
New Revision: 394411

URL: http://svn.apache.org/viewcvs?rev=394411&view=rev
Log:
Upgrade to commons-io 1.2

Modified:
    maven/maven-1/plugins/trunk/changes/project.xml
    maven/maven-1/plugins/trunk/changes/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/changes/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/project.xml?rev=394411&r1=394410&r2=394411&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changes/project.xml (original)
+++ maven/maven-1/plugins/trunk/changes/project.xml Sat Apr 15 18:02:38 2006
@@ -102,7 +102,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
       <properties>
         <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
       </properties>

Modified: maven/maven-1/plugins/trunk/changes/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/xdocs/changes.xml?rev=394411&r1=394410&r2=394411&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changes/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/changes/xdocs/changes.xml Sat Apr 15 18:02:38 2006
@@ -24,6 +24,7 @@
   </properties>
   <body>
     <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="aheritier" type="fix" issue="MPCHANGES-29">Add icons used by this plugin. This must be independent of the xdoc plugin.</action>
     </release>