You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2020/09/06 16:21:34 UTC

[kylin] 01/01: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

shaofengshi pushed a commit to branch kylin-on-parquet-v2
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit b9e374124d8b832ac4d5a36e122c93d4bf10bcd7
Author: nichunen <ni...@apache.org>
AuthorDate: Sun Sep 6 16:21:17 2020 +0000

    [maven-release-plugin] prepare for next development iteration
---
 build-engine/pom.xml                                | 2 +-
 cache/pom.xml                                       | 2 +-
 core-common/pom.xml                                 | 2 +-
 core-cube/pom.xml                                   | 2 +-
 core-dictionary/pom.xml                             | 2 +-
 core-job/pom.xml                                    | 2 +-
 core-metadata/pom.xml                               | 2 +-
 core-metrics/pom.xml                                | 2 +-
 core-storage/pom.xml                                | 2 +-
 datasource-sdk/pom.xml                              | 2 +-
 jdbc/pom.xml                                        | 2 +-
 kylin-spark-project/kylin-spark-classloader/pom.xml | 4 ++--
 kylin-spark-project/kylin-spark-common/pom.xml      | 6 +++---
 kylin-spark-project/kylin-spark-engine/pom.xml      | 4 ++--
 kylin-spark-project/kylin-spark-metadata/pom.xml    | 2 +-
 kylin-spark-project/kylin-spark-query/pom.xml       | 2 +-
 kylin-spark-project/kylin-spark-test/pom.xml        | 8 ++++----
 kylin-spark-project/pom.xml                         | 2 +-
 metastore-hbase/pom.xml                             | 2 +-
 metrics-reporter-hive/pom.xml                       | 2 +-
 metrics-reporter-kafka/pom.xml                      | 2 +-
 parquet-assembly/pom.xml                            | 2 +-
 pom.xml                                             | 4 ++--
 query/pom.xml                                       | 2 +-
 server-base/pom.xml                                 | 6 +++---
 server/pom.xml                                      | 4 ++--
 source-hive/pom.xml                                 | 2 +-
 tool-assembly/pom.xml                               | 2 +-
 tool/pom.xml                                        | 2 +-
 29 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/build-engine/pom.xml b/build-engine/pom.xml
index 53c2c0c..a23ec18 100644
--- a/build-engine/pom.xml
+++ b/build-engine/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/cache/pom.xml b/cache/pom.xml
index e165b83..8d5c1b6 100644
--- a/cache/pom.xml
+++ b/cache/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/core-common/pom.xml b/core-common/pom.xml
index a23599e..d169f2c 100644
--- a/core-common/pom.xml
+++ b/core-common/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/core-cube/pom.xml b/core-cube/pom.xml
index a45e0fb..abd297d 100644
--- a/core-cube/pom.xml
+++ b/core-cube/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/core-dictionary/pom.xml b/core-dictionary/pom.xml
index 20857c1..6c5ee1c 100644
--- a/core-dictionary/pom.xml
+++ b/core-dictionary/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/core-job/pom.xml b/core-job/pom.xml
index 4fb367e..7a71ed3 100644
--- a/core-job/pom.xml
+++ b/core-job/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/core-metadata/pom.xml b/core-metadata/pom.xml
index 72030e9..321eff2 100644
--- a/core-metadata/pom.xml
+++ b/core-metadata/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/core-metrics/pom.xml b/core-metrics/pom.xml
index 84c75e8..dce372a 100644
--- a/core-metrics/pom.xml
+++ b/core-metrics/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/core-storage/pom.xml b/core-storage/pom.xml
index 79d5950..3849ea3 100644
--- a/core-storage/pom.xml
+++ b/core-storage/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/datasource-sdk/pom.xml b/datasource-sdk/pom.xml
index 150c7d7..68fe878 100644
--- a/datasource-sdk/pom.xml
+++ b/datasource-sdk/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 7b41e67..bf3b905 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <properties>
diff --git a/kylin-spark-project/kylin-spark-classloader/pom.xml b/kylin-spark-project/kylin-spark-classloader/pom.xml
index 1d59022..a3961d1 100644
--- a/kylin-spark-project/kylin-spark-classloader/pom.xml
+++ b/kylin-spark-project/kylin-spark-classloader/pom.xml
@@ -23,12 +23,12 @@
     <name>Apache Kylin 4.X - Classloader</name>
     <packaging>jar</packaging>
     <artifactId>kylin-spark-classloader</artifactId>
-    <version>4.0.0-alpha</version>
+    <version>4.0.0-SNAPSHOT</version>
 
     <parent>
         <artifactId>kylin-spark-project</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kylin-spark-project/kylin-spark-common/pom.xml b/kylin-spark-project/kylin-spark-common/pom.xml
index 6cc0053..9309647 100644
--- a/kylin-spark-project/kylin-spark-common/pom.xml
+++ b/kylin-spark-project/kylin-spark-common/pom.xml
@@ -23,12 +23,12 @@
     <name>Apache Kylin 4.X - Common</name>
     <packaging>jar</packaging>
     <artifactId>kylin-spark-common</artifactId>
-    <version>4.0.0-alpha</version>
+    <version>4.0.0-SNAPSHOT</version>
 
     <parent>
         <artifactId>kylin-spark-project</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -45,7 +45,7 @@
         <dependency>
             <groupId>org.apache.kylin</groupId>
             <artifactId>kylin-spark-metadata</artifactId>
-            <version>4.0.0-alpha</version>
+            <version>4.0.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
     
diff --git a/kylin-spark-project/kylin-spark-engine/pom.xml b/kylin-spark-project/kylin-spark-engine/pom.xml
index 9114b13..3632a4c 100644
--- a/kylin-spark-project/kylin-spark-engine/pom.xml
+++ b/kylin-spark-project/kylin-spark-engine/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin-spark-project</artifactId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -40,7 +40,7 @@
         <dependency>
             <groupId>org.apache.kylin</groupId>
             <artifactId>kylin-spark-metadata</artifactId>
-            <version>4.0.0-alpha</version>
+            <version>4.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.kylin</groupId>
diff --git a/kylin-spark-project/kylin-spark-metadata/pom.xml b/kylin-spark-project/kylin-spark-metadata/pom.xml
index ae675b4..9cdd824 100644
--- a/kylin-spark-project/kylin-spark-metadata/pom.xml
+++ b/kylin-spark-project/kylin-spark-metadata/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>kylin-spark-project</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kylin-spark-project/kylin-spark-query/pom.xml b/kylin-spark-project/kylin-spark-query/pom.xml
index a8d93b6..ee8ce74 100644
--- a/kylin-spark-project/kylin-spark-query/pom.xml
+++ b/kylin-spark-project/kylin-spark-query/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin-spark-project</artifactId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kylin-spark-project/kylin-spark-test/pom.xml b/kylin-spark-project/kylin-spark-test/pom.xml
index 5931821..2bc2a00 100644
--- a/kylin-spark-project/kylin-spark-test/pom.xml
+++ b/kylin-spark-project/kylin-spark-test/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin-spark-project</artifactId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -47,12 +47,12 @@
         <dependency>
             <groupId>org.apache.kylin</groupId>
             <artifactId>kylin-spark-engine</artifactId>
-            <version>4.0.0-alpha</version>
+            <version>4.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.kylin</groupId>
             <artifactId>kylin-spark-query</artifactId>
-            <version>4.0.0-alpha</version>
+            <version>4.0.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>
@@ -142,7 +142,7 @@
         <dependency>
             <groupId>org.apache.kylin</groupId>
             <artifactId>kylin-spark-query</artifactId>
-            <version>4.0.0-alpha</version>
+            <version>4.0.0-SNAPSHOT</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
diff --git a/kylin-spark-project/pom.xml b/kylin-spark-project/pom.xml
index 0c9ac80..3b52556 100644
--- a/kylin-spark-project/pom.xml
+++ b/kylin-spark-project/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/metastore-hbase/pom.xml b/metastore-hbase/pom.xml
index afa0461..0945cca 100644
--- a/metastore-hbase/pom.xml
+++ b/metastore-hbase/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/metrics-reporter-hive/pom.xml b/metrics-reporter-hive/pom.xml
index 4de3c4c..ed9ea2e 100644
--- a/metrics-reporter-hive/pom.xml
+++ b/metrics-reporter-hive/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/metrics-reporter-kafka/pom.xml b/metrics-reporter-kafka/pom.xml
index 94d2998..1c39f08 100644
--- a/metrics-reporter-kafka/pom.xml
+++ b/metrics-reporter-kafka/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/parquet-assembly/pom.xml b/parquet-assembly/pom.xml
index d7a4745..19449d5 100644
--- a/parquet-assembly/pom.xml
+++ b/parquet-assembly/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index b7cf3d5..2c7ce0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   <groupId>org.apache.kylin</groupId>
   <artifactId>kylin</artifactId>
   <packaging>pom</packaging>
-  <version>4.0.0-alpha</version>
+  <version>4.0.0-SNAPSHOT</version>
 
   <name>Apache Kylin</name>
   <url>http://kylin.apache.org</url>
@@ -235,7 +235,7 @@
     <developerConnection>scm:git:ssh://git@github.com/apache/kylin.git
     </developerConnection>
     <url>https://github.com/apache/kylin</url>
-    <tag>kylin-4.0.0-alpha</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <dependencyManagement>
diff --git a/query/pom.xml b/query/pom.xml
index 6ef92d8..1341abc 100644
--- a/query/pom.xml
+++ b/query/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/server-base/pom.xml b/server-base/pom.xml
index 0f43bee..a5411c8 100644
--- a/server-base/pom.xml
+++ b/server-base/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>org.apache.kylin</groupId>
             <artifactId>kylin-build-engine</artifactId>
-            <version>4.0.0-alpha</version>
+            <version>4.0.0-SNAPSHOT</version>
         </dependency>
 
         <!-- these plug-in modules, should not have API dependencies -->
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>org.apache.kylin</groupId>
             <artifactId>kylin-metastore-hbase</artifactId>
-            <version>4.0.0-alpha</version>
+            <version>4.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.kylin</groupId>
diff --git a/server/pom.xml b/server/pom.xml
index 5dbace2..a992385 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
@@ -119,7 +119,7 @@
         <dependency>
             <groupId>org.apache.kylin</groupId>
             <artifactId>kylin-metastore-hbase</artifactId>
-            <version>4.0.0-alpha</version>
+            <version>4.0.0-SNAPSHOT</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
diff --git a/source-hive/pom.xml b/source-hive/pom.xml
index f597674..8430796 100644
--- a/source-hive/pom.xml
+++ b/source-hive/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/tool-assembly/pom.xml b/tool-assembly/pom.xml
index 2f879ef..0fa6174 100644
--- a/tool-assembly/pom.xml
+++ b/tool-assembly/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <properties>
diff --git a/tool/pom.xml b/tool/pom.xml
index 9ab5259..cfadc5c 100644
--- a/tool/pom.xml
+++ b/tool/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>4.0.0-alpha</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <properties>