Skip to content

Commit

Permalink
chore: revert Apache parent version (#1670)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm authored Mar 26, 2024
1 parent e44c0e8 commit 758504e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ARCH_CONDA_FORGE=linux_64_
# Default versions for various dependencies
JDK=8
MANYLINUX=2014
MAVEN=3.5.4
MAVEN=3.6.3
PYTHON=3.8
GO=1.19.5
ARROW_MAJOR_VERSION=14
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/java_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ main() {

echo "=== Build ==="
pushd ${source_dir}/java
mvn clean \
mvn -B clean \
install \
assembly:single \
source:jar \
Expand Down
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ test_cpp() {
test_java() {
show_header "Build and test Java libraries"

# Build and test Java (Requires newer Maven -- I used 3.3.9)
# Build and test Java (Requires Maven >= 3.6.3)
maybe_setup_conda maven || exit 1

"${ADBC_DIR}/ci/scripts/java_build.sh" "${ADBC_SOURCE_DIR}" "${ARROW_TMPDIR}/java"
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>31</version>
<version>18</version>
</parent>

<groupId>org.apache.arrow.adbc</groupId>
Expand Down

0 comments on commit 758504e

Please sign in to comment.