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:04:38 UTC

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

Author: aheritier
Date: Sat Apr 15 18:04:38 2006
New Revision: 394414

URL: http://svn.apache.org/viewcvs?rev=394414&view=rev
Log:
Upgrade to commons-io 1.2
Begin to work on release 1.7

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

Modified: maven/maven-1/plugins/trunk/scm/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/project.xml?rev=394414&r1=394413&r2=394414&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/scm/project.xml (original)
+++ maven/maven-1/plugins/trunk/scm/project.xml Sat Apr 15 18:04:38 2006
@@ -22,7 +22,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-scm-plugin</id>
   <name>Maven Source Control Management Plugin</name>
-  <currentVersion>1.6</currentVersion>
+  <currentVersion>1.7-SNAPSHOT</currentVersion>
   <description>A plugin for SCM tasks.</description>
   <shortDescription>SCM Plugin for Maven.</shortDescription>
   <versions>
@@ -119,7 +119,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/scm/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/xdocs/changes.xml?rev=394414&r1=394413&r2=394414&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/scm/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/scm/xdocs/changes.xml Sat Apr 15 18:04:38 2006
@@ -23,6 +23,9 @@
     <author email="brett@apache.org">Brett Porter</author>
   </properties>
   <body>
+    <release version="1.7" date="In SVN">
+      <action dev="aheritier" type="update">Upgrade to commons-io 1.2.</action>
+    </release>
     <release version="1.6" date="2006-02-24">
       <action dev="ltheussl" type="fix" issue="MPRELEASE-12" due-to="Dennis Lundberg">The encoding of the project.xml file is not preserved after doing
         <code>release:transform</code>.