File tree 9 files changed +12
-10
lines changed
9 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 17
17
# This file should be the one source of truth for for versions within HUE.
18
18
# It is at least included by each of the default hue app's setup.py.
19
19
20
- VERSION="2.5 .0"
20
+ VERSION="3.0 .0"
Original file line number Diff line number Diff line change 24
24
<groupId >com.cloudera.hue</groupId >
25
25
<artifactId >hue-parent</artifactId >
26
26
<relativePath >../../../maven/pom.xml</relativePath >
27
- <version >2.5 .0-SNAPSHOT</version >
27
+ <version >3.0 .0-SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<groupId >com.cloudera.hue</groupId >
Original file line number Diff line number Diff line change @@ -198,6 +198,8 @@ def save_state(self, new_state):
198
198
self .save ()
199
199
200
200
201
+ # Deprecated!
202
+
201
203
class BeeswaxQueryHistory (QueryHistory ):
202
204
# Map from (thrift) server state
203
205
STATE_MAP = {
Original file line number Diff line number Diff line change 24
24
<groupId >com.cloudera.hue</groupId >
25
25
<artifactId >hue-parent</artifactId >
26
26
<relativePath >../../../../maven/pom.xml</relativePath >
27
- <version >2.5 .0-SNAPSHOT</version >
27
+ <version >3.0 .0-SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<groupId >com.cloudera.hue</groupId >
Original file line number Diff line number Diff line change 24
24
<groupId >com.cloudera.hue</groupId >
25
25
<artifactId >hue-parent</artifactId >
26
26
<relativePath >../../../../maven/pom.xml</relativePath >
27
- <version >2.5 .0-SNAPSHOT</version >
27
+ <version >3.0 .0-SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<groupId >com.cloudera.hue</groupId >
Original file line number Diff line number Diff line change 18
18
19
19
setup (
20
20
name = "hadoop" ,
21
- version = "2.5 .0" ,
21
+ version = "3.0 .0" ,
22
22
url = 'http://github.com/cloudera/hue' ,
23
23
description = "Hadoop Libraries" ,
24
24
# Note that we're cheating by installing gen-py
Original file line number Diff line number Diff line change 24
24
<groupId >com.cloudera.hue</groupId >
25
25
<artifactId >hue-parent</artifactId >
26
26
<relativePath >../../../../maven/pom.xml</relativePath >
27
- <version >2.5 .0-SNAPSHOT</version >
27
+ <version >3.0 .0-SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<groupId >com.cloudera.hue</groupId >
Original file line number Diff line number Diff line change 18
18
19
19
setup (
20
20
name = "liboozie" ,
21
- version = "2.5 .0" ,
21
+ version = "3.0 .0" ,
22
22
url = 'http://github.com/cloudera/hue' ,
23
23
description = "Oozie Libraries" ,
24
24
packages = find_packages ('src' ),
Original file line number Diff line number Diff line change 27
27
28
28
<groupId >com.cloudera.hue</groupId >
29
29
<artifactId >hue-parent</artifactId >
30
- <version >2.5 .0-SNAPSHOT</version >
30
+ <version >3.0 .0-SNAPSHOT</version >
31
31
<packaging >pom</packaging >
32
32
33
33
<name >Hue Maven Parent POM</name >
42
42
</licenses >
43
43
44
44
<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>
47
47
<slf4j .version>1.6.1</slf4j .version>
48
48
<commons-logging .version>1.0.4</commons-logging .version>
49
49
<javaVersion >1.6</javaVersion >
You can’t perform that action at this time.
0 commit comments