@@ -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.2.0"
+VERSION="2.3.0"
@@ -24,7 +24,7 @@
<groupId>com.cloudera.hue</groupId>
<artifactId>hue-parent</artifactId>
<relativePath>../../../maven/pom.xml</relativePath>
- <version>2.2.0-SNAPSHOT</version>
+ <version>2.3.0-SNAPSHOT</version>
</parent>
<relativePath>../../../../maven/pom.xml</relativePath>
@@ -18,7 +18,7 @@ from setuptools import setup, find_packages
setup(
name = "hadoop",
- version = "2.2.0",
+ version = "2.3.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>