You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2012/04/05 19:30:57 UTC

svn commit: r1309963 - /hbase/trunk/pom.xml

Author: stack
Date: Thu Apr  5 17:30:57 2012
New Revision: 1309963

URL: http://svn.apache.org/viewvc?rev=1309963&view=rev
Log:
HBASE-5721 Update bundled hadoop to be 1.0.2 (it was just released)

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1309963&r1=1309962&r2=1309963&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Thu Apr  5 17:30:57 2012
@@ -1526,7 +1526,7 @@
         </property>
       </activation>
       <properties>
-        <hadoop.version>1.0.0</hadoop.version>
+        <hadoop.version>1.0.2</hadoop.version>
       </properties>
       <dependencies>
         <dependency>
@@ -1597,7 +1597,7 @@
     <profile>
       <id>security</id>
       <properties>
-        <hadoop.version>1.0.0</hadoop.version>
+        <hadoop.version>1.0.2</hadoop.version>
       </properties>
       <build>
         <finalName>${project.artifactId}-${project.version}-security</finalName>