Skip to content

Commit e9b0536

Browse files
committed
[core] Setting version to 3.0.0
jenkins.sh will need to be updated later
1 parent 60dc395 commit e9b0536

File tree

9 files changed

+12
-10
lines changed

9 files changed

+12
-10
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# This file should be the one source of truth for for versions within HUE.
1818
# It is at least included by each of the default hue app's setup.py.
1919

20-
VERSION="2.5.0"
20+
VERSION="3.0.0"

apps/beeswax/java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>com.cloudera.hue</groupId>
2525
<artifactId>hue-parent</artifactId>
2626
<relativePath>../../../maven/pom.xml</relativePath>
27-
<version>2.5.0-SNAPSHOT</version>
27+
<version>3.0.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<groupId>com.cloudera.hue</groupId>

apps/beeswax/src/beeswax/models.py

+2
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ def save_state(self, new_state):
198198
self.save()
199199

200200

201+
# Deprecated!
202+
201203
class BeeswaxQueryHistory(QueryHistory):
202204
# Map from (thrift) server state
203205
STATE_MAP = {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>com.cloudera.hue</groupId>
2525
<artifactId>hue-parent</artifactId>
2626
<relativePath>../../../../maven/pom.xml</relativePath>
27-
<version>2.5.0-SNAPSHOT</version>
27+
<version>3.0.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<groupId>com.cloudera.hue</groupId>

desktop/libs/hadoop/java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>com.cloudera.hue</groupId>
2525
<artifactId>hue-parent</artifactId>
2626
<relativePath>../../../../maven/pom.xml</relativePath>
27-
<version>2.5.0-SNAPSHOT</version>
27+
<version>3.0.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<groupId>com.cloudera.hue</groupId>

desktop/libs/hadoop/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name = "hadoop",
21-
version = "2.5.0",
21+
version = "3.0.0",
2222
url = 'http://github.com/cloudera/hue',
2323
description = "Hadoop Libraries",
2424
# Note that we're cheating by installing gen-py

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>com.cloudera.hue</groupId>
2525
<artifactId>hue-parent</artifactId>
2626
<relativePath>../../../../maven/pom.xml</relativePath>
27-
<version>2.5.0-SNAPSHOT</version>
27+
<version>3.0.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<groupId>com.cloudera.hue</groupId>

desktop/libs/liboozie/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name = "liboozie",
21-
version = "2.5.0",
21+
version = "3.0.0",
2222
url = 'http://github.com/cloudera/hue',
2323
description = "Oozie Libraries",
2424
packages = find_packages('src'),

maven/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>com.cloudera.hue</groupId>
2929
<artifactId>hue-parent</artifactId>
30-
<version>2.5.0-SNAPSHOT</version>
30+
<version>3.0.0-SNAPSHOT</version>
3131
<packaging>pom</packaging>
3232

3333
<name>Hue Maven Parent POM</name>
@@ -42,8 +42,8 @@
4242
</licenses>
4343

4444
<properties>
45-
<hadoop.version>2.0.0-mr1-cdh4.3.0-SNAPSHOT</hadoop.version>
46-
<hive.version>0.10.0-cdh4.3.0-SNAPSHOT</hive.version>
45+
<hadoop.version>2.1.0-mr1-cdh5.0.0-SNAPSHOT</hadoop.version>
46+
<hive.version>0.11.0-cdh5.0.0-SNAPSHOT</hive.version>
4747
<slf4j.version>1.6.1</slf4j.version>
4848
<commons-logging.version>1.0.4</commons-logging.version>
4949
<javaVersion>1.6</javaVersion>

0 commit comments

Comments
 (0)