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

raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 87ed8ac432 GH-39564: [CI][Java] Set correct version on Java BOM 
(#39580)
87ed8ac432 is described below

commit 87ed8ac432dc7e77fa0275a24e3edda9b0bc2a2e
Author: Raúl Cumplido <[email protected]>
AuthorDate: Fri Jan 12 22:25:09 2024 +0100

    GH-39564: [CI][Java] Set correct version on Java BOM (#39580)
    
    ### Rationale for this change
    
    The version set currently on the maintenance branch is incorrect for Java 
BOM.
    
    ### What changes are included in this PR?
    
    Suggested changes to set specifically version for BOM and maven.
    
    ### Are these changes tested?
    
    I will trigger java-jars via archery but I think this is currently only 
reproducible on the maintenance branch. So we will have to merge and validate 
there.
    
    ### Are there any user-facing changes?
    No
    * Closes: #39564
    
    Authored-by: Raúl Cumplido <[email protected]>
    Signed-off-by: Raúl Cumplido <[email protected]>
---
 dev/tasks/java-jars/github.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev/tasks/java-jars/github.yml b/dev/tasks/java-jars/github.yml
index fbce12ee42..7ee68e77ee 100644
--- a/dev/tasks/java-jars/github.yml
+++ b/dev/tasks/java-jars/github.yml
@@ -236,6 +236,8 @@ jobs:
           set -e
           pushd arrow/java
           mvn versions:set -DnewVersion={{ arrow.no_rc_snapshot_version }}
+          mvn versions:set -DnewVersion={{ arrow.no_rc_snapshot_version }} -f 
bom
+          mvn versions:set -DnewVersion={{ arrow.no_rc_snapshot_version }} -f 
maven
           popd
           arrow/ci/scripts/java_full_build.sh \
             $GITHUB_WORKSPACE/arrow \

Reply via email to