Browse Source

[core] Set version to 2.5

Romain Rigaux 12 years ago
parent
commit
5097769d3c

+ 1 - 1
README.rst

@@ -21,7 +21,7 @@ applications. It features:
 
 On top of that, a SDK is available for creating new apps integrated with Hadoop.
 
-More user and developer documentation is available at http://cloudera.github.com/hue/.
+More user and developer documentation is available at http://gethue.com.
 
 
 Getting Started

+ 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.4.0"
+VERSION="2.5.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.4.0-SNAPSHOT</version>
+    <version>2.5.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.4.0-SNAPSHOT</version>
+    <version>2.5.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.4.0-SNAPSHOT</version>
+    <version>2.5.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.4.0",
+      version = "2.5.0",
       url = 'http://github.com/cloudera/hue',
       description = "Hadoop Libraries",
       # Note that we're cheating by installing gen-py

+ 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.4.0-SNAPSHOT</version>
+    <version>2.5.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.4.0",
+      version = "2.5.0",
       url = 'http://github.com/cloudera/hue',
       description = "Oozie Libraries",
       packages = find_packages('src'),

+ 1 - 1
maven/pom.xml

@@ -27,7 +27,7 @@
 
   <groupId>com.cloudera.hue</groupId>
   <artifactId>hue-parent</artifactId>
-  <version>2.4.0-SNAPSHOT</version>
+  <version>2.5.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Hue Maven Parent POM</name>