Skip to content

Commit

Permalink
GH-39564: [CI][Java] Set correct version on Java BOM (#39580)
Browse files Browse the repository at this point in the history
### 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 <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
  • Loading branch information
raulcd committed Jan 12, 2024
1 parent 29502ea commit 69174f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/tasks/java-jars/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 69174f8

Please sign in to comment.