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 2013/05/04 21:00:30 UTC

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

Author: ggregory
Date: Sat May  4 19:00:27 2013
New Revision: 1479155

URL: http://svn.apache.org/r1479155
Log:
Update dependencies for HDFS 1.1.2 from 1.1.1 (tested on Ubuntu 12.10).

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=1479155&r1=1479154&r2=1479155&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Sat May  4 19:00:27 2013
@@ -454,13 +454,13 @@
       <dependency>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-core</artifactId>
-        <version>1.1.1</version>
+        <version>1.1.2</version>
         <scope>provided</scope>
       </dependency>    
 	  <dependency>
 		<groupId>org.apache.hadoop</groupId>
 		<artifactId>hadoop-test</artifactId>
-		<version>1.1.1</version>
+		<version>1.1.2</version>
 		<scope>test</scope>
 	  </dependency>
 	  <dependency>