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 2011/12/18 00:56:20 UTC

svn commit: r1220302 - /hbase/branches/0.92/pom.xml

Author: stack
Date: Sat Dec 17 23:56:19 2011
New Revision: 1220302

URL: http://svn.apache.org/viewvc?rev=1220302&view=rev
Log:
HBASE-5040 Secure HBase builds fail

Modified:
    hbase/branches/0.92/pom.xml

Modified: hbase/branches/0.92/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/pom.xml?rev=1220302&r1=1220301&r2=1220302&view=diff
==============================================================================
--- hbase/branches/0.92/pom.xml (original)
+++ hbase/branches/0.92/pom.xml Sat Dec 17 23:56:19 2011
@@ -1287,7 +1287,7 @@
         </property>
       </activation>
       <properties>
-        <hadoop.version>1.0.0rc2</hadoop.version>
+        <hadoop.version>1.0.0rc3</hadoop.version>
       </properties>
       <dependencies>
         <dependency>
@@ -1399,7 +1399,7 @@
     <profile>
       <id>security</id>
       <properties>
-        <hadoop.version>0.20.205.1-7070-SNAPSHOT</hadoop.version>
+        <hadoop.version>1.0.0rc3</hadoop.version>
       </properties>
       <build>
         <finalName>${artifactId}-${version}-security</finalName>