This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new 2254c81a9 [KYUUBI #5202][FOLLOWUP] Update upload_nexus_staging
2254c81a9 is described below

commit 2254c81a94026a39dcb6e5d361e3eb9000d55cd4
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]>
    (cherry picked from commit d472fb2ab12a4a6e4664fd904905186ba4ec83d3)
    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"
 }
 

Reply via email to