From 8872e28de06b05b11a423f32ff62a5d00ed84813 Mon Sep 17 00:00:00 2001 From: shaofeng shi Date: Wed, 3 Apr 2019 12:03:27 +0000 Subject: [PATCH] [maven-release-plugin] prepare release kylin-3.0.0-alpha --- assembly/pom.xml | 2 +- cache/pom.xml | 5 ++--- 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 | 6 ++---- engine-mr/pom.xml | 2 +- engine-spark/pom.xml | 2 +- jdbc/pom.xml | 2 +- kylin-it/pom.xml | 2 +- metrics-reporter-hive/pom.xml | 2 +- metrics-reporter-kafka/pom.xml | 2 +- pom.xml | 11 +++++------ query/pom.xml | 2 +- server-base/pom.xml | 2 +- server/pom.xml | 2 +- source-hive/pom.xml | 2 +- source-jdbc/pom.xml | 5 ++--- source-kafka/pom.xml | 2 +- storage-hbase/pom.xml | 8 +++----- storage-stream/pom.xml | 2 +- stream-coordinator/pom.xml | 5 ++--- stream-core/pom.xml | 2 +- stream-receiver/pom.xml | 14 +++++--------- stream-source-kafka/pom.xml | 2 +- tomcat-ext/pom.xml | 2 +- tool-assembly/pom.xml | 2 +- tool/pom.xml | 2 +- 32 files changed, 46 insertions(+), 58 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index 539202be62a..e057968d4c1 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -26,7 +26,7 @@ kylin org.apache.kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/cache/pom.xml b/cache/pom.xml index 5e38ed211c2..1f54a75496f 100644 --- a/cache/pom.xml +++ b/cache/pom.xml @@ -15,8 +15,7 @@ limitations under the License. --> - + 4.0.0 kylin-cache @@ -27,7 +26,7 @@ org.apache.kylin kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/core-common/pom.xml b/core-common/pom.xml index e77657a2c9b..faf47998e76 100644 --- a/core-common/pom.xml +++ b/core-common/pom.xml @@ -28,7 +28,7 @@ org.apache.kylin kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/core-cube/pom.xml b/core-cube/pom.xml index dc4007205e5..da02a1415d7 100644 --- a/core-cube/pom.xml +++ b/core-cube/pom.xml @@ -28,7 +28,7 @@ org.apache.kylin kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/core-dictionary/pom.xml b/core-dictionary/pom.xml index 06be88cd9e2..acfeee4fe55 100644 --- a/core-dictionary/pom.xml +++ b/core-dictionary/pom.xml @@ -28,7 +28,7 @@ org.apache.kylin kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/core-job/pom.xml b/core-job/pom.xml index b5db25d9ffb..7a3ae708cfe 100644 --- a/core-job/pom.xml +++ b/core-job/pom.xml @@ -28,7 +28,7 @@ org.apache.kylin kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/core-metadata/pom.xml b/core-metadata/pom.xml index 8666d2d5022..6f2f950250e 100644 --- a/core-metadata/pom.xml +++ b/core-metadata/pom.xml @@ -28,7 +28,7 @@ org.apache.kylin kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/core-metrics/pom.xml b/core-metrics/pom.xml index 76b52862555..a49e2c18b76 100644 --- a/core-metrics/pom.xml +++ b/core-metrics/pom.xml @@ -28,7 +28,7 @@ kylin org.apache.kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/core-storage/pom.xml b/core-storage/pom.xml index 06233fe6061..388d9dd3fb1 100644 --- a/core-storage/pom.xml +++ b/core-storage/pom.xml @@ -28,7 +28,7 @@ org.apache.kylin kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/datasource-sdk/pom.xml b/datasource-sdk/pom.xml index 3c41b83d720..fd749eeb3d9 100644 --- a/datasource-sdk/pom.xml +++ b/datasource-sdk/pom.xml @@ -17,9 +17,7 @@ limitations under the License. --> - + 4.0.0 kylin-datasource-sdk @@ -28,7 +26,7 @@ org.apache.kylin kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/engine-mr/pom.xml b/engine-mr/pom.xml index 0b185b15df1..766f104c6bc 100644 --- a/engine-mr/pom.xml +++ b/engine-mr/pom.xml @@ -28,7 +28,7 @@ org.apache.kylin kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/engine-spark/pom.xml b/engine-spark/pom.xml index 40c879604b7..fbeabda3e1f 100644 --- a/engine-spark/pom.xml +++ b/engine-spark/pom.xml @@ -28,7 +28,7 @@ org.apache.kylin kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 113c0d8a9b1..a6a46b368a1 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -28,7 +28,7 @@ org.apache.kylin kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml index ed18408c6dc..b4c530b87b7 100644 --- a/kylin-it/pom.xml +++ b/kylin-it/pom.xml @@ -29,7 +29,7 @@ kylin org.apache.kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/metrics-reporter-hive/pom.xml b/metrics-reporter-hive/pom.xml index 321ad7762ee..5893319e821 100644 --- a/metrics-reporter-hive/pom.xml +++ b/metrics-reporter-hive/pom.xml @@ -28,7 +28,7 @@ kylin org.apache.kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/metrics-reporter-kafka/pom.xml b/metrics-reporter-kafka/pom.xml index 5f16ec30a68..1eb91bc5f63 100644 --- a/metrics-reporter-kafka/pom.xml +++ b/metrics-reporter-kafka/pom.xml @@ -28,7 +28,7 @@ kylin org.apache.kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/pom.xml b/pom.xml index a1d68e1ebd2..b6237b72222 100644 --- a/pom.xml +++ b/pom.xml @@ -16,22 +16,21 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache apache 19 - + org.apache.kylin kylin pom - 3.0.0-SNAPSHOT + 3.0.0-alpha Apache Kylin http://kylin.apache.org @@ -207,7 +206,7 @@ scm:git:ssh://git@github.com/apache/kylin.git https://github.com/apache/kylin - HEAD + kylin-3.0.0-alpha @@ -1844,7 +1843,7 @@ - + diff --git a/query/pom.xml b/query/pom.xml index c8ce8babb64..7295388ddfe 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -28,7 +28,7 @@ org.apache.kylin kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/server-base/pom.xml b/server-base/pom.xml index 2b5cd743cbf..2d85914a641 100644 --- a/server-base/pom.xml +++ b/server-base/pom.xml @@ -28,7 +28,7 @@ org.apache.kylin kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/server/pom.xml b/server/pom.xml index d394498409f..c8c4873c546 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -28,7 +28,7 @@ org.apache.kylin kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/source-hive/pom.xml b/source-hive/pom.xml index e242f0a541e..f7445345c52 100644 --- a/source-hive/pom.xml +++ b/source-hive/pom.xml @@ -28,7 +28,7 @@ org.apache.kylin kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/source-jdbc/pom.xml b/source-jdbc/pom.xml index b7633d38962..293e174140b 100644 --- a/source-jdbc/pom.xml +++ b/source-jdbc/pom.xml @@ -17,8 +17,7 @@ limitations under the License. --> - + 4.0.0 kylin-source-jdbc @@ -29,7 +28,7 @@ org.apache.kylin kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/source-kafka/pom.xml b/source-kafka/pom.xml index 3d93f8c0e7a..290793143ee 100644 --- a/source-kafka/pom.xml +++ b/source-kafka/pom.xml @@ -28,7 +28,7 @@ org.apache.kylin kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/storage-hbase/pom.xml b/storage-hbase/pom.xml index 04037008754..dca5d307b08 100644 --- a/storage-hbase/pom.xml +++ b/storage-hbase/pom.xml @@ -17,8 +17,7 @@ limitations under the License. --> - + 4.0.0 kylin-storage-hbase @@ -29,7 +28,7 @@ org.apache.kylin kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha @@ -143,8 +142,7 @@ true coprocessor - + diff --git a/storage-stream/pom.xml b/storage-stream/pom.xml index 9697b29d038..308dfe35293 100644 --- a/storage-stream/pom.xml +++ b/storage-stream/pom.xml @@ -21,7 +21,7 @@ kylin org.apache.kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha 4.0.0 kylin-storage-stream diff --git a/stream-coordinator/pom.xml b/stream-coordinator/pom.xml index 292509e757e..806823b8976 100644 --- a/stream-coordinator/pom.xml +++ b/stream-coordinator/pom.xml @@ -17,12 +17,11 @@ limitations under the License. --> - + kylin org.apache.kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha 4.0.0 kylin-stream-coordinator diff --git a/stream-core/pom.xml b/stream-core/pom.xml index 0be78b23b2d..33d85e9fd1f 100644 --- a/stream-core/pom.xml +++ b/stream-core/pom.xml @@ -21,7 +21,7 @@ kylin org.apache.kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha 4.0.0 kylin-stream-core diff --git a/stream-receiver/pom.xml b/stream-receiver/pom.xml index 1b232259e09..d9b23c97897 100644 --- a/stream-receiver/pom.xml +++ b/stream-receiver/pom.xml @@ -17,12 +17,11 @@ limitations under the License. --> - + kylin org.apache.kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha 4.0.0 kylin-stream-receiver @@ -254,14 +253,11 @@ true all - - + + META-INF/spring.handlers - + META-INF/spring.schemas diff --git a/stream-source-kafka/pom.xml b/stream-source-kafka/pom.xml index 929846922d9..7cfa4131c19 100644 --- a/stream-source-kafka/pom.xml +++ b/stream-source-kafka/pom.xml @@ -21,7 +21,7 @@ kylin org.apache.kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha 4.0.0 kylin-stream-source-kafka diff --git a/tomcat-ext/pom.xml b/tomcat-ext/pom.xml index 75c7da9ba47..f582036ddbe 100644 --- a/tomcat-ext/pom.xml +++ b/tomcat-ext/pom.xml @@ -28,7 +28,7 @@ org.apache.kylin kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/tool-assembly/pom.xml b/tool-assembly/pom.xml index 21e44a23f25..3d82e1ad5ad 100644 --- a/tool-assembly/pom.xml +++ b/tool-assembly/pom.xml @@ -28,7 +28,7 @@ kylin org.apache.kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha diff --git a/tool/pom.xml b/tool/pom.xml index 77974c7f1bf..1f2e825eedd 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -28,7 +28,7 @@ kylin org.apache.kylin - 3.0.0-SNAPSHOT + 3.0.0-alpha