浏览代码

HUE-4658 [core] Bump version to 3.11

Romain Rigaux 9 年之前
父节点
当前提交
8dcdb14
共有 4 个文件被更改,包括 4 次插入4 次删除
  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.
 # 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>
     <artifactId>hue-parent</artifactId>
     <relativePath>../../../../maven/pom.xml</relativePath>
-    <version>3.10.0-SNAPSHOT</version>
+    <version>3.11.0-SNAPSHOT</version>
   </parent>
 
   <groupId>com.cloudera.hue</groupId>

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

@@ -26,7 +26,7 @@
       <groupId>com.cloudera.hue</groupId>
       <artifactId>hue-parent</artifactId>
       <relativePath>../../../../maven/pom.xml</relativePath>
-      <version>3.10.0-SNAPSHOT</version>
+      <version>3.11.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.10.0-SNAPSHOT</version>
+  <version>3.11.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Hue Maven Parent POM</name>