You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/05/19 03:05:10 UTC

svn commit: r1744499 - in /commons/proper/configuration/trunk: build.xml pom.xml src/changes/changes.xml

Author: ggregory
Date: Thu May 19 03:05:10 2016
New Revision: 1744499

URL: http://svn.apache.org/viewvc?rev=1744499&view=rev
Log:
[CONFIGURATION-631] Update Apache Commons VFS from 2.0 to 2.1.

Modified:
    commons/proper/configuration/trunk/build.xml
    commons/proper/configuration/trunk/pom.xml
    commons/proper/configuration/trunk/src/changes/changes.xml

Modified: commons/proper/configuration/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/build.xml?rev=1744499&r1=1744498&r2=1744499&view=diff
==============================================================================
--- commons/proper/configuration/trunk/build.xml (original)
+++ commons/proper/configuration/trunk/build.xml Thu May 19 03:05:10 2016
@@ -58,7 +58,7 @@
         <pathelement location="${lib}/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar"/>
         <pathelement location="${lib}/commons-codec/commons-codec/1.9/commons-codec-1.9.jar"/>
         <pathelement location="${lib}/org/apache/commons/commons-jexl/2.1.1/commons-jexl-2.1.1.jar"/>
-        <pathelement location="${lib}/org/apache/commons/commons-vfs2/2.0/commons-vfs2-2.0.jar"/>
+        <pathelement location="${lib}/org/apache/commons/commons-vfs2/2.1/commons-vfs2-2.1.jar"/>
         <pathelement location="${lib}/org/apache/maven/scm/maven-scm-api/1.4/maven-scm-api-1.4.jar"/>
         <pathelement location="${lib}/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar"/>
         <pathelement location="${lib}/org/apache/maven/scm/maven-scm-provider-svnexe/1.4/maven-scm-provider-svnexe-1.4.jar"/>

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1744499&r1=1744498&r2=1744499&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu May 19 03:05:10 2016
@@ -265,7 +265,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-vfs2</artifactId>
-      <version>2.0</version>
+      <version>2.1</version>
       <optional>true</optional>
     </dependency>
 

Modified: commons/proper/configuration/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1744499&r1=1744498&r2=1744499&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Thu May 19 03:05:10 2016
@@ -35,6 +35,9 @@
         separator character. This separator had been duplicated. Such keys
         are now handled correctly when the configuration is saved.
       </action>
+      <action dev="ggregory" type="update" issue="CONFIGURATION-631">
+        Update Apache Commons VFS from 2.0 to 2.1.
+      </action>
     </release>
 
     <release version="2.0" date="2016-03-24"