From 238b16fd588586fb0ff41d87cb0e504a98843d3b Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Fri, 15 Oct 2021 10:09:22 +0800 Subject: [PATCH] [KYUUBI #1237] [BUILD] Bump spark master version 3.3.0-SNAPSHOT ### _Why are the changes needed?_ Spark has been cut `branch-3.2` and bump 3.3.0-SNAPSHOT in master branch several days, we need update to sync the change. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #1237 from pan3793/spark-master. Closes #1237 054818fc [Cheng Pan] bump spark master version to 3.3.0-SNAPSHOT fc1ffbd7 [Cheng Pan] Enable SNAPSHOT repo only in spark-master profile Authored-by: Cheng Pan Signed-off-by: Cheng Pan --- pom.xml | 51 +++++++++++++-------------------------------------- 1 file changed, 13 insertions(+), 38 deletions(-) diff --git a/pom.xml b/pom.xml index cfbcbebb5..248289f6e 100644 --- a/pom.xml +++ b/pom.xml @@ -172,7 +172,6 @@ - gcs-maven-central-mirror GCS Maven Central mirror Asia Pacific @@ -196,17 +195,6 @@ false - - - Apache Snapshots Repository - https://repository.apache.org/snapshots/ - - true - - - true - - @@ -232,35 +220,10 @@ false - - apache - Apache Repository Snapshots - https://repository.apache.org/snapshots - - false - - - true - daily - warn - - - - - sonatype-public-repository - https://oss.sonatype.org/content/groups/public - - false - - - true - - - org.scala-lang scala-library @@ -1776,8 +1739,20 @@ spark-master + + + Apache Snapshots Repository + https://repository.apache.org/snapshots/ + + true + + + true + + + - 3.2.0-SNAPSHOT + 3.3.0-SNAPSHOT org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.IcebergTest,org.apache.kyuubi.tags.HudiTest