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 2012/01/16 21:39:38 UTC

svn commit: r1232152 - /commons/proper/vfs/trunk/pom.xml

Author: ggregory
Date: Mon Jan 16 20:39:38 2012
New Revision: 1232152

URL: http://svn.apache.org/viewvc?rev=1232152&view=rev
Log:
Upgrade testing with HTTP with Apache HttpComponent Core to 4.1.4 from 4.1.3.

Modified:
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1232152&r1=1232151&r2=1232152&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Mon Jan 16 20:39:38 2012
@@ -402,7 +402,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore-nio</artifactId>
-        <version>4.1.3</version>
+        <version>4.1.4</version>
         <scope>test</scope>
       </dependency>
     </dependencies>