@@ -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
@@ -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"
@@ -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>
<relativePath>../../../../maven/pom.xml</relativePath>
@@ -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
name = "liboozie",
description = "Oozie Libraries",
packages = find_packages('src'),
@@ -27,7 +27,7 @@
<packaging>pom</packaging>
<name>Hue Maven Parent POM</name>