You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ka...@apache.org on 2008/09/21 17:04:51 UTC

svn commit: r697526 - /lucene/mahout/branches/branch-0.1/pom.xml

Author: kalle
Date: Sun Sep 21 08:04:51 2008
New Revision: 697526

URL: http://svn.apache.org/viewvc?rev=697526&view=rev
Log:
hadoop dependency versions for maven build

Modified:
    lucene/mahout/branches/branch-0.1/pom.xml

Modified: lucene/mahout/branches/branch-0.1/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/branches/branch-0.1/pom.xml?rev=697526&r1=697525&r2=697526&view=diff
==============================================================================
--- lucene/mahout/branches/branch-0.1/pom.xml (original)
+++ lucene/mahout/branches/branch-0.1/pom.xml Sun Sep 21 08:04:51 2008
@@ -13,10 +13,10 @@
 
   <properties>
     <junit.version>3.8.2</junit.version>
-    <hadoop.version>0.17.1</hadoop.version>
-    <kfs.version>0.1</kfs.version>
+    <hadoop.version>0.18.0</hadoop.version>
+    <kfs.version>0.2.1</kfs.version>
     <xmlenc.version>0.52</xmlenc.version>
-    <jets3t.version>0.5.0</jets3t.version>
+    <jets3t.version>0.6.1</jets3t.version>
     <watchmaker.version>0.4.3</watchmaker.version>
   </properties>