lidavidm commented on issue #39564:
URL: https://github.com/apache/arrow/issues/39564#issuecomment-1887450511
So I think this would work:
```diff
diff --git a/dev/tasks/java-jars/github.yml b/dev/tasks/java-jars/github.yml
index fbce12ee4..7ee68e77e 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 \
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]