Browse Source

HUE-4658 [core] Bump version to 3.11

Romain Rigaux 9 years ago
parent
commit
8dcdb14
4 changed files with 4 additions and 4 deletions
  1. 1 1
      VERSION
  2. 1 1
      desktop/libs/hadoop/java/pom.xml
  3. 1 1
      desktop/libs/librdbms/java/pom.xml
  4. 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.
 # 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.
 # It is at least included by each of the default hue app's setup.py.
 
 
-VERSION="3.10.0"
+VERSION="3.11.0"

+ 1 - 1
desktop/libs/hadoop/java/pom.xml

@@ -24,7 +24,7 @@
     <groupId>com.cloudera.hue</groupId>
     <groupId>com.cloudera.hue</groupId>
     <artifactId>hue-parent</artifactId>
     <artifactId>hue-parent</artifactId>
     <relativePath>../../../../maven/pom.xml</relativePath>
     <relativePath>../../../../maven/pom.xml</relativePath>
-    <version>3.10.0-SNAPSHOT</version>
+    <version>3.11.0-SNAPSHOT</version>
   </parent>
   </parent>
 
 
   <groupId>com.cloudera.hue</groupId>
   <groupId>com.cloudera.hue</groupId>

+ 1 - 1
desktop/libs/librdbms/java/pom.xml

@@ -26,7 +26,7 @@
       <groupId>com.cloudera.hue</groupId>
       <groupId>com.cloudera.hue</groupId>
       <artifactId>hue-parent</artifactId>
       <artifactId>hue-parent</artifactId>
       <relativePath>../../../../maven/pom.xml</relativePath>
       <relativePath>../../../../maven/pom.xml</relativePath>
-      <version>3.10.0-SNAPSHOT</version>
+      <version>3.11.0-SNAPSHOT</version>
     </parent>
     </parent>
 
 
     <groupId>com.cloudera.hue</groupId>
     <groupId>com.cloudera.hue</groupId>

+ 1 - 1
maven/pom.xml

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