You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2013/02/19 18:57:27 UTC

svn commit: r1447854 - /accumulo/trunk/examples/instamo/pom.xml

Author: ecn
Date: Tue Feb 19 17:57:27 2013
New Revision: 1447854

URL: http://svn.apache.org/r1447854
Log:
ACCUMULO-1053 revert inadvertent version change

Modified:
    accumulo/trunk/examples/instamo/pom.xml

Modified: accumulo/trunk/examples/instamo/pom.xml
URL: http://svn.apache.org/viewvc/accumulo/trunk/examples/instamo/pom.xml?rev=1447854&r1=1447853&r2=1447854&view=diff
==============================================================================
--- accumulo/trunk/examples/instamo/pom.xml (original)
+++ accumulo/trunk/examples/instamo/pom.xml Tue Feb 19 17:57:27 2013
@@ -25,7 +25,7 @@
   <url>http://maven.apache.org</url>
   <properties>
     <accumulo.version>1.6.0-SNAPSHOT</accumulo.version>
-    <hadoop-one.version>1.1.1</hadoop-one.version>
+    <hadoop-one.version>1.0.4</hadoop-one.version>
     <hadoop-two.version>2.0.2-alpha</hadoop-two.version>
     <maclass>org.apache.accumulo.instamo.MapReduceExample</maclass>
   </properties>