You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by dr...@apache.org on 2010/03/11 03:12:08 UTC

svn commit: r921664 - /lucene/mahout/trunk/maven/pom.xml

Author: drew
Date: Thu Mar 11 02:12:08 2010
New Revision: 921664

URL: http://svn.apache.org/viewvc?rev=921664&view=rev
Log:
Updated to hadoop 0.20.2, which will be pulled from the apache release repository

Modified:
    lucene/mahout/trunk/maven/pom.xml

Modified: lucene/mahout/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/maven/pom.xml?rev=921664&r1=921663&r2=921664&view=diff
==============================================================================
--- lucene/mahout/trunk/maven/pom.xml (original)
+++ lucene/mahout/trunk/maven/pom.xml Thu Mar 11 02:12:08 2010
@@ -16,7 +16,7 @@
     <junit.version>4.7</junit.version>
     <tagBase>https://svn.apache.org/repos/asf/lucene/mahout</tagBase>
     <lucene.version>2.9.1</lucene.version>
-    <hadoop.version>0.20.2-SNAPSHOT</hadoop.version>
+    <hadoop.version>0.20.2</hadoop.version>
     <maven.clover.multiproject>true</maven.clover.multiproject>
   </properties>
   <url>http://lucene.apache.org/mahout</url>
@@ -97,6 +97,16 @@
         <enabled>false</enabled>
       </releases>
     </repository>
+    <repository>
+      <id>Apache Releases</id>
+      <url>https://repository.apache.org/content/repositories/releases</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+    </repository>
     <!-- Needed for mail -->
     <repository>
       <id>java.net.legacy</id>