浏览代码

[build] Set Hue version to 2.2.0

Romain Rigaux 13 年之前
父节点
当前提交
6cec9d706b

+ 1 - 1
VERSION

@@ -17,4 +17,4 @@
 # This file should be the one source of truth for for versions within HUE.
 # It is at least included by each of the default hue app's setup.py.
 
-VERSION="2.1.0"
+VERSION="2.2.0"

+ 1 - 1
apps/beeswax/java/pom.xml

@@ -24,7 +24,7 @@
     <groupId>com.cloudera.hue</groupId>
     <artifactId>hue-parent</artifactId>
     <relativePath>../../../maven/pom.xml</relativePath>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.2.0-SNAPSHOT</version>
   </parent>
 
   <groupId>com.cloudera.hue</groupId>

+ 1 - 1
desktop/libs/hadoop/credentials-merger/pom.xml

@@ -24,7 +24,7 @@
     <groupId>com.cloudera.hue</groupId>
     <artifactId>hue-parent</artifactId>
     <relativePath>../../../../maven/pom.xml</relativePath>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.2.0-SNAPSHOT</version>
   </parent>
 
   <groupId>com.cloudera.hue</groupId>

+ 1 - 1
desktop/libs/hadoop/java/pom.xml

@@ -24,7 +24,7 @@
     <groupId>com.cloudera.hue</groupId>
     <artifactId>hue-parent</artifactId>
     <relativePath>../../../../maven/pom.xml</relativePath>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.2.0-SNAPSHOT</version>
   </parent>
 
   <groupId>com.cloudera.hue</groupId>

+ 1 - 1
desktop/libs/hadoop/setup.py

@@ -18,7 +18,7 @@ from setuptools import setup, find_packages
 
 setup(
       name = "hadoop",
-      version = "2.1.0",
+      version = "2.2.0",
       url = 'http://github.com/cloudera/hue',
       description = "Hadoop Libraries",
       # Note that we're cheating by installing gen-py

+ 1 - 1
desktop/libs/hadoop/static-group-mapping/pom.xml

@@ -24,7 +24,7 @@
     <groupId>com.cloudera.hue</groupId>
     <artifactId>hue-parent</artifactId>
     <relativePath>../../../../maven/pom.xml</relativePath>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.2.0-SNAPSHOT</version>
   </parent>
 
   <groupId>com.cloudera.hue</groupId>

+ 1 - 1
desktop/libs/hadoop/sudo-shell/pom.xml

@@ -24,7 +24,7 @@
     <groupId>com.cloudera.hue</groupId>
     <artifactId>hue-parent</artifactId>
     <relativePath>../../../../maven/pom.xml</relativePath>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.2.0-SNAPSHOT</version>
   </parent>
 
   <groupId>com.cloudera.hue</groupId>

+ 1 - 1
desktop/libs/liboozie/setup.py

@@ -18,7 +18,7 @@ from setuptools import setup, find_packages
 
 setup(
       name = "liboozie",
-      version = "2.1.0",
+      version = "2.2.0",
       url = 'http://github.com/cloudera/hue',
       description = "Oozie Libraries",
       packages = find_packages('src'),

+ 3 - 3
maven/pom.xml

@@ -27,7 +27,7 @@
 
   <groupId>com.cloudera.hue</groupId>
   <artifactId>hue-parent</artifactId>
-  <version>2.1.0-SNAPSHOT</version>
+  <version>2.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Hue Maven Parent POM</name>
@@ -42,8 +42,8 @@
   </licenses>
 
   <properties>
-    <hadoop.version>2.0.0-mr1-cdh4.0.0-SNAPSHOT</hadoop.version>
-    <hive.version>0.8.1-cdh4.0.0-SNAPSHOT</hive.version>
+    <hadoop.version>2.0.0-mr1-cdh4.2.0-SNAPSHOT</hadoop.version>
+    <hive.version>0.9.0-cdh4.2.0-SNAPSHOT</hive.version>
     <slf4j.version>1.6.1</slf4j.version>
     <commons-logging.version>1.0.4</commons-logging.version>
   </properties>