Browse Source

[core] Bump version to 3.8

Conflicts:

	desktop/libs/hadoop/setup.py
	desktop/libs/indexer/setup.py
	desktop/libs/liboozie/setup.py
	desktop/libs/librdbms/setup.py
	desktop/libs/libsaml/setup.py
	desktop/libs/libsentry/setup.py
	desktop/libs/libsolr/setup.py
Romain Rigaux 10 years ago
parent
commit
517a6e27e9
3 changed files with 3 additions and 3 deletions
  1. 1 1
      VERSION
  2. 1 1
      desktop/libs/hadoop/java/pom.xml
  3. 1 1
      maven/pom.xml

+ 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="3.7.0"
+VERSION="3.8.0"

+ 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>3.7.0-SNAPSHOT</version>
+    <version>3.8.0-SNAPSHOT</version>
   </parent>
 
   <groupId>com.cloudera.hue</groupId>

+ 1 - 1
maven/pom.xml

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