This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new d472fb2ab [KYUUBI #5202][FOLLOWUP] Update upload_nexus_staging
d472fb2ab is described below
commit d472fb2ab12a4a6e4664fd904905186ba4ec83d3
Author: Cheng Pan <[email protected]>
AuthorDate: Thu Sep 21 16:15:21 2023 +0800
[KYUUBI #5202][FOLLOWUP] Update upload_nexus_staging
### _Why are the changes needed?_
As title.
### _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
- [ ] [Run
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
locally before make a pull request
- [x] Manually review.
### _Was this patch authored or co-authored using generative AI tooling?_
No
Closes #5277 from pan3793/spark-3.4-release.
Closes #5202
ce513b333 [Cheng Pan] [KYUUBI #5202][FOLLOWUP] Update upload_nexus_staging
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
build/release/release.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/build/release/release.sh b/build/release/release.sh
index bb15fb402..89ecd5230 100755
--- a/build/release/release.sh
+++ b/build/release/release.sh
@@ -116,6 +116,9 @@ upload_nexus_staging() {
-s "${KYUUBI_DIR}/build/release/asf-settings.xml" \
-pl extensions/spark/kyuubi-extension-spark-3-2 -am
${KYUUBI_DIR}/build/mvn clean deploy -DskipTests
-Papache-release,flink-provided,spark-provided,hive-provided,spark-3.3 \
+ -s "${KYUUBI_DIR}/build/release/asf-settings.xml" \
+ -pl extensions/spark/kyuubi-extension-spark-3-3 -am
+ ${KYUUBI_DIR}/build/mvn clean deploy -DskipTests
-Papache-release,flink-provided,spark-provided,hive-provided,spark-3.4 \
-s "${KYUUBI_DIR}/build/release/asf-settings.xml"
}