You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by ja...@apache.org on 2014/04/11 00:32:03 UTC

git commit: SENTRY-171: Bump up hive and hadoop versions from SNAPSHOT to released bits

Repository: incubator-sentry
Updated Branches:
  refs/heads/branch-1.3.0 ad6e96fd8 -> 285f85e6d


SENTRY-171: Bump up hive and hadoop versions from SNAPSHOT to released bits

(Sravya Tirukkovalur via Jarek Jarcec Cecho)


Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/285f85e6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/285f85e6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/285f85e6

Branch: refs/heads/branch-1.3.0
Commit: 285f85e6d78660567e4ac4fbf85dcb8fea4d6854
Parents: ad6e96f
Author: Jarek Jarcec Cecho <ja...@apache.org>
Authored: Thu Apr 10 15:31:11 2014 -0700
Committer: Jarek Jarcec Cecho <ja...@apache.org>
Committed: Thu Apr 10 15:31:11 2014 -0700

----------------------------------------------------------------------
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/285f85e6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9b14cd3..864358a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,8 +64,8 @@ limitations under the License.
     <datanucleus-core.version>3.2.2</datanucleus-core.version>
     <datanucleus-rdbms.version>3.2.1</datanucleus-rdbms.version>
     <derby.version>10.4.2.0</derby.version>
-    <hive.version>0.12.0-cdh5.0.0-beta-2-SNAPSHOT</hive.version>
-    <hadoop.version>2.2.0-cdh5.0.0-beta-2-SNAPSHOT</hadoop.version>
+    <hive.version>0.12.0-cdh5.0.0-beta-2</hive.version>
+    <hadoop.version>2.2.0-cdh5.0.0-beta-2</hadoop.version>
     <fest.reflect.version>1.4.1</fest.reflect.version>
     <guava.version>11.0.2</guava.version>
     <junit.version>4.9</junit.version>
@@ -74,8 +74,8 @@ limitations under the License.
     <log4j.version>1.2.16</log4j.version>
     <shiro.version>1.2.1</shiro.version>
     <slf4j.version>1.6.1</slf4j.version>
-    <solr.version>4.4.0-cdh5.0.0-beta-2-SNAPSHOT</solr.version>
-    <zookeeper.version>3.4.5-cdh5.0.0-beta-2-SNAPSHOT</zookeeper.version>
+    <solr.version>4.4.0-cdh5.0.0-beta-2</solr.version>
+    <zookeeper.version>3.4.5-cdh5.0.0-beta-2</zookeeper.version>
   </properties>
 
   <dependencyManagement>