This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch kylin5-alpha in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/kylin5-alpha by this push: new 649dce74f6 [maven-release-plugin] rollback the release of kylin-5.0.0-alpha 649dce74f6 is described below commit 649dce74f647265e9d69c6a3105b0f6ed204674d Author: XiaoxiangYu <x...@apache.org> AuthorDate: Tue Mar 28 09:50:43 2023 +0000 [maven-release-plugin] rollback the release of kylin-5.0.0-alpha --- pom.xml | 6 ++++-- src/assembly/pom.xml | 9 ++++++--- src/common-booter/pom.xml | 6 ++++-- src/common-server/pom.xml | 6 ++++-- src/common-service/pom.xml | 6 ++++-- src/core-common/pom.xml | 5 +++-- src/core-job/pom.xml | 6 ++++-- src/core-metadata/pom.xml | 5 +++-- src/core-metrics/pom.xml | 6 ++++-- src/core-storage/pom.xml | 6 ++++-- src/data-loading-booter/pom.xml | 6 ++++-- src/data-loading-server/pom.xml | 6 ++++-- src/data-loading-service/pom.xml | 6 ++++-- src/datasource-sdk/pom.xml | 6 ++++-- src/datasource-service/pom.xml | 6 ++++-- src/distributed-lock-ext/pom.xml | 6 ++++-- src/jdbc/pom.xml | 8 +++++--- src/job-service/pom.xml | 6 ++++-- src/kylin-it/pom.xml | 6 ++++-- src/metadata-server/pom.xml | 6 ++++-- src/modeling-service/pom.xml | 6 ++++-- src/query-booter/pom.xml | 6 ++++-- src/query-common/pom.xml | 6 ++++-- src/query-server/pom.xml | 6 ++++-- src/query-service/pom.xml | 6 ++++-- src/query/pom.xml | 6 ++++-- src/second-storage/clickhouse-it/pom.xml | 6 ++++-- src/second-storage/clickhouse/pom.xml | 6 ++++-- src/second-storage/core-ui/pom.xml | 6 ++++-- src/second-storage/core/pom.xml | 6 ++++-- src/server/pom.xml | 6 ++++-- src/source-hive/pom.xml | 5 +++-- src/spark-project/engine-build-sdk/pom.xml | 6 ++++-- src/spark-project/engine-spark/pom.xml | 6 ++++-- src/spark-project/kylin-soft-affinity-cache/pom.xml | 2 +- src/spark-project/source-jdbc/pom.xml | 6 ++++-- src/spark-project/sparder/pom.xml | 6 ++++-- src/spark-project/spark-common/pom.xml | 6 ++++-- src/spark-project/spark-it/pom.xml | 6 ++++-- src/streaming-sdk/pom.xml | 6 ++++-- src/streaming-service/pom.xml | 6 ++++-- src/streaming/pom.xml | 6 ++++-- src/tool/pom.xml | 6 ++++-- 43 files changed, 169 insertions(+), 87 deletions(-) diff --git a/pom.xml b/pom.xml index 72717e0e6b..4dfba2dd28 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,9 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <!-- https://infra.apache.org/publishing-maven-artifacts.html --> @@ -28,7 +30,7 @@ <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> <packaging>pom</packaging> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <name>Apache Kylin</name> <url>http://kylin.apache.org</url> diff --git a/src/assembly/pom.xml b/src/assembly/pom.xml index 1205fe9287..eb2bc140a7 100644 --- a/src/assembly/pom.xml +++ b/src/assembly/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -259,7 +261,8 @@ </excludes> </artifactSet> <transformers> - <transformer implementation="com.github.edwgiz.maven_shade_plugin.log4j2_cache_transformer.PluginsCacheFileTransformer" /> + <transformer + implementation="com.github.edwgiz.maven_shade_plugin.log4j2_cache_transformer.PluginsCacheFileTransformer"/> </transformers> <relocations> <relocation> diff --git a/src/common-booter/pom.xml b/src/common-booter/pom.xml index 66490fc55f..a9741c8ffe 100644 --- a/src/common-booter/pom.xml +++ b/src/common-booter/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/common-server/pom.xml b/src/common-server/pom.xml index d85c09ad2c..8a16402ba1 100644 --- a/src/common-server/pom.xml +++ b/src/common-server/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/common-service/pom.xml b/src/common-service/pom.xml index e8f7040c16..081ad89602 100644 --- a/src/common-service/pom.xml +++ b/src/common-service/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/core-common/pom.xml b/src/core-common/pom.xml index f1069ff094..755932f523 100644 --- a/src/core-common/pom.xml +++ b/src/core-common/pom.xml @@ -14,7 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-core-common</artifactId> <packaging>jar</packaging> @@ -25,7 +26,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/core-job/pom.xml b/src/core-job/pom.xml index 411fba7683..d41f67cfd2 100644 --- a/src/core-job/pom.xml +++ b/src/core-job/pom.xml @@ -14,7 +14,9 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-core-job</artifactId> <packaging>jar</packaging> @@ -25,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/core-metadata/pom.xml b/src/core-metadata/pom.xml index 41aef82ee8..d3c0bf0c87 100644 --- a/src/core-metadata/pom.xml +++ b/src/core-metadata/pom.xml @@ -14,7 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-core-metadata</artifactId> <packaging>jar</packaging> @@ -26,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/core-metrics/pom.xml b/src/core-metrics/pom.xml index 2094263787..8902aae48f 100644 --- a/src/core-metrics/pom.xml +++ b/src/core-metrics/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <name>Kylin - Core Metrics</name> diff --git a/src/core-storage/pom.xml b/src/core-storage/pom.xml index 78be4d11da..8846566e70 100644 --- a/src/core-storage/pom.xml +++ b/src/core-storage/pom.xml @@ -15,7 +15,9 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-core-storage</artifactId> <packaging>jar</packaging> @@ -26,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/data-loading-booter/pom.xml b/src/data-loading-booter/pom.xml index 4d12f10c6a..90536213ae 100644 --- a/src/data-loading-booter/pom.xml +++ b/src/data-loading-booter/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/data-loading-server/pom.xml b/src/data-loading-server/pom.xml index d1b3a69c8c..50d47eadbc 100644 --- a/src/data-loading-server/pom.xml +++ b/src/data-loading-server/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/data-loading-service/pom.xml b/src/data-loading-service/pom.xml index aab8c449be..6ec32d89ba 100644 --- a/src/data-loading-service/pom.xml +++ b/src/data-loading-service/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/datasource-sdk/pom.xml b/src/datasource-sdk/pom.xml index 5bb1a9038a..d09e65b44a 100644 --- a/src/datasource-sdk/pom.xml +++ b/src/datasource-sdk/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/datasource-service/pom.xml b/src/datasource-service/pom.xml index ed13b19273..f3e5969497 100644 --- a/src/datasource-service/pom.xml +++ b/src/datasource-service/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/distributed-lock-ext/pom.xml b/src/distributed-lock-ext/pom.xml index 2cf08f1634..c35edddd35 100644 --- a/src/distributed-lock-ext/pom.xml +++ b/src/distributed-lock-ext/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/jdbc/pom.xml b/src/jdbc/pom.xml index 1d92744a46..979fa50454 100644 --- a/src/jdbc/pom.xml +++ b/src/jdbc/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -213,7 +215,7 @@ <configuration> <tasks> <echo>Copy kylin-jdbc.properties</echo> - <copy file="${basedir}/src/main/resources/kylin-jdbc.properties" tofile="${basedir}/target/kylin-jdbc.properties" /> + <copy file="${basedir}/src/main/resources/kylin-jdbc.properties" tofile="${basedir}/target/kylin-jdbc.properties"/> </tasks> </configuration> </execution> diff --git a/src/job-service/pom.xml b/src/job-service/pom.xml index 3508f3259d..38c92b0b25 100644 --- a/src/job-service/pom.xml +++ b/src/job-service/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/kylin-it/pom.xml b/src/kylin-it/pom.xml index 2ed10dc0ff..091bdaaea6 100644 --- a/src/kylin-it/pom.xml +++ b/src/kylin-it/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/metadata-server/pom.xml b/src/metadata-server/pom.xml index 38ff80c59b..1ff70f33cb 100644 --- a/src/metadata-server/pom.xml +++ b/src/metadata-server/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/modeling-service/pom.xml b/src/modeling-service/pom.xml index c6c5a996f0..c560e34aaa 100644 --- a/src/modeling-service/pom.xml +++ b/src/modeling-service/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/query-booter/pom.xml b/src/query-booter/pom.xml index 2651a9aa28..e6b1fcd090 100644 --- a/src/query-booter/pom.xml +++ b/src/query-booter/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/query-common/pom.xml b/src/query-common/pom.xml index 18a5e8e2c0..1df2e19486 100644 --- a/src/query-common/pom.xml +++ b/src/query-common/pom.xml @@ -15,7 +15,9 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-query-common</artifactId> <packaging>jar</packaging> @@ -26,7 +28,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/query-server/pom.xml b/src/query-server/pom.xml index c1045d9614..22adaf2ed6 100644 --- a/src/query-server/pom.xml +++ b/src/query-server/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/query-service/pom.xml b/src/query-service/pom.xml index 7f3301d207..2d289bf34e 100644 --- a/src/query-service/pom.xml +++ b/src/query-service/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/query/pom.xml b/src/query/pom.xml index ed43542bf9..ca0c7cc2f2 100644 --- a/src/query/pom.xml +++ b/src/query/pom.xml @@ -14,7 +14,9 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-query</artifactId> <packaging>jar</packaging> @@ -25,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/second-storage/clickhouse-it/pom.xml b/src/second-storage/clickhouse-it/pom.xml index bf2a5cd262..901d309455 100644 --- a/src/second-storage/clickhouse-it/pom.xml +++ b/src/second-storage/clickhouse-it/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/second-storage/clickhouse/pom.xml b/src/second-storage/clickhouse/pom.xml index e173d69cde..31acfcb70f 100644 --- a/src/second-storage/clickhouse/pom.xml +++ b/src/second-storage/clickhouse/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/second-storage/core-ui/pom.xml b/src/second-storage/core-ui/pom.xml index 33891070aa..8df89d9173 100644 --- a/src/second-storage/core-ui/pom.xml +++ b/src/second-storage/core-ui/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/second-storage/core/pom.xml b/src/second-storage/core/pom.xml index 657e2df052..f5102b72d9 100644 --- a/src/second-storage/core/pom.xml +++ b/src/second-storage/core/pom.xml @@ -15,12 +15,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/src/server/pom.xml b/src/server/pom.xml index 1b24a133b6..01344da732 100644 --- a/src/server/pom.xml +++ b/src/server/pom.xml @@ -15,7 +15,9 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-server</artifactId> @@ -27,7 +29,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/source-hive/pom.xml b/src/source-hive/pom.xml index 4831c23b15..41e9f9d1c3 100644 --- a/src/source-hive/pom.xml +++ b/src/source-hive/pom.xml @@ -16,7 +16,8 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-source-hive</artifactId> @@ -27,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/spark-project/engine-build-sdk/pom.xml b/src/spark-project/engine-build-sdk/pom.xml index 3eba2238dc..8a7068675c 100644 --- a/src/spark-project/engine-build-sdk/pom.xml +++ b/src/spark-project/engine-build-sdk/pom.xml @@ -15,12 +15,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/spark-project/engine-spark/pom.xml b/src/spark-project/engine-spark/pom.xml index b22aefa720..99f02a7cf8 100644 --- a/src/spark-project/engine-spark/pom.xml +++ b/src/spark-project/engine-spark/pom.xml @@ -15,7 +15,9 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-engine-spark</artifactId> <packaging>jar</packaging> @@ -26,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/src/spark-project/kylin-soft-affinity-cache/pom.xml b/src/spark-project/kylin-soft-affinity-cache/pom.xml index b45cfd71ab..a2a576a8de 100644 --- a/src/spark-project/kylin-soft-affinity-cache/pom.xml +++ b/src/spark-project/kylin-soft-affinity-cache/pom.xml @@ -31,7 +31,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/src/spark-project/source-jdbc/pom.xml b/src/spark-project/source-jdbc/pom.xml index 0130a9cda2..53869ffb9a 100644 --- a/src/spark-project/source-jdbc/pom.xml +++ b/src/spark-project/source-jdbc/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/spark-project/sparder/pom.xml b/src/spark-project/sparder/pom.xml index ee5c7bad54..cc12d2feea 100644 --- a/src/spark-project/sparder/pom.xml +++ b/src/spark-project/sparder/pom.xml @@ -14,7 +14,9 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-sparder</artifactId> <packaging>jar</packaging> @@ -30,7 +32,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/src/spark-project/spark-common/pom.xml b/src/spark-project/spark-common/pom.xml index 98cf5f29cd..b4d5b433ef 100644 --- a/src/spark-project/spark-common/pom.xml +++ b/src/spark-project/spark-common/pom.xml @@ -16,7 +16,9 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <name>Kylin - Spark Common</name> <url>http://kylin.apache.org</url> @@ -27,7 +29,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/src/spark-project/spark-it/pom.xml b/src/spark-project/spark-it/pom.xml index 4f9133858a..71255f87a6 100644 --- a/src/spark-project/spark-it/pom.xml +++ b/src/spark-project/spark-it/pom.xml @@ -16,7 +16,9 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-spark-it</artifactId> @@ -27,7 +29,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/src/streaming-sdk/pom.xml b/src/streaming-sdk/pom.xml index b542ea7637..c82e8a1315 100644 --- a/src/streaming-sdk/pom.xml +++ b/src/streaming-sdk/pom.xml @@ -14,11 +14,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/streaming-service/pom.xml b/src/streaming-service/pom.xml index 766f0ae85f..fd0dab71a8 100644 --- a/src/streaming-service/pom.xml +++ b/src/streaming-service/pom.xml @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/streaming/pom.xml b/src/streaming/pom.xml index 2008304b22..8b0dbd5b6e 100644 --- a/src/streaming/pom.xml +++ b/src/streaming/pom.xml @@ -16,7 +16,9 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> @@ -25,7 +27,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <properties> diff --git a/src/tool/pom.xml b/src/tool/pom.xml index 719fefc22e..9af9d5d9ab 100644 --- a/src/tool/pom.xml +++ b/src/tool/pom.xml @@ -15,7 +15,9 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-tool</artifactId> @@ -27,7 +29,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</version> + <version>5.0.0-alpha-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent>