From d7dd005b620836d7f321de06e585e9a5793a5a8e Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Fri, 10 May 2019 11:54:58 +0800 Subject: [PATCH] Prepare releasing v0.6.0 --- kyuubi-common/pom.xml | 2 +- kyuubi-security/pom.xml | 134 ---------------------------------------- kyuubi-server/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 3 insertions(+), 137 deletions(-) delete mode 100644 kyuubi-security/pom.xml diff --git a/kyuubi-common/pom.xml b/kyuubi-common/pom.xml index 8622b894fd3..e2fc1aa14eb 100644 --- a/kyuubi-common/pom.xml +++ b/kyuubi-common/pom.xml @@ -22,7 +22,7 @@ kyuubi yaooqinn - 0.6.0-SNAPSHOT + 0.6.0 ../pom.xml 4.0.0 diff --git a/kyuubi-security/pom.xml b/kyuubi-security/pom.xml deleted file mode 100644 index cca73f894be..00000000000 --- a/kyuubi-security/pom.xml +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - kyuubi - yaooqinn - 0.6.0-SNAPSHOT - ../pom.xml - - 4.0.0 - - kyuubi-security - jar - Kyuubi Project Security - - - - - yaooqinn - kyuubi-common - ${project.version} - - - - ${spark.group} - spark-yarn_${scala.binary.version} - - - - org.apache.hadoop - hadoop-client - - - - - - org.scalatest - scalatest_${scala.binary.version} - - - - yaooqinn - kyuubi-common - ${project.version} - test-jar - - - - ${spark.group} - spark-core_${scala.binary.version} - test-jar - - - - org.mockito - mockito-core - - - - - - - - net.alchim31.maven - scala-maven-plugin - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - org.scalatest - scalatest-maven-plugin - 1.0 - - ${project.build.directory}/surefire-reports - . - TestSuite.txt - - - - test - - test - - - - - - - org.jacoco - jacoco-maven-plugin - - - - - pre-test - - prepare-agent - - - - report - test - - report - - - - - - - diff --git a/kyuubi-server/pom.xml b/kyuubi-server/pom.xml index 63f8a97c1e0..9089b3dc9ee 100644 --- a/kyuubi-server/pom.xml +++ b/kyuubi-server/pom.xml @@ -22,7 +22,7 @@ kyuubi yaooqinn - 0.6.0-SNAPSHOT + 0.6.0 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 2ff271c9b25..0a32115cf58 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ yaooqinn kyuubi Kyuubi Project Parent - 0.6.0-SNAPSHOT + 0.6.0 kyuubi-common kyuubi-server