Skip to content

Commit

Permalink
fix: bumping maven version v2
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Jan 4, 2024
1 parent da5996a commit d790e75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fail-fast: false
matrix:
jdk: [8, 11, 17, 21]
maven: [3.9.5]
maven: [3.9.6]
image: [java]
env:
JDK: ${{ matrix.jdk }}
Expand Down
2 changes: 1 addition & 1 deletion dev/conbench_envs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Verify that you have at least these versions of `java`, `javac` and `maven`:
javac 1.8.0_292
...
# mvn -version
Apache Maven 3.6.3
Apache Maven 3.9.6
...

### 3. Install Arrow dependencies for Java Script
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1678,7 +1678,7 @@ services:
# docker-compose build java
# docker-compose run java
# Parameters:
# MAVEN: 3.9.5
# MAVEN: 3.9.6
# JDK: 8, 11, 17, 21
image: ${ARCH}/maven:${MAVEN}-eclipse-temurin-${JDK}
shm_size: *shm-size
Expand Down Expand Up @@ -1710,7 +1710,7 @@ services:
jdk: 17
# conda-forge doesn't have 3.5.4 so pinning explicitly, but this should
# be set to ${MAVEN}
maven: 3.5
maven: 3.9.6
node: ${NODE}
go: ${GO}
volumes: *conda-volumes
Expand Down Expand Up @@ -1844,7 +1844,7 @@ services:
jdk: ${JDK}
# conda-forge doesn't have 3.5.4 so pinning explicitly, but this should
# be set to ${MAVEN}
maven: 3.5
maven: 3.9.6
hdfs: ${HDFS}
links:
- impala:impala
Expand Down Expand Up @@ -1887,7 +1887,7 @@ services:
jdk: ${JDK}
# conda-forge doesn't have 3.5.4 so pinning explicitly, but this should
# be set to ${MAVEN}
maven: 3.5
maven: 3.9.6
spark: ${SPARK}
numpy: ${NUMPY}
shm_size: *shm-size
Expand Down

0 comments on commit d790e75

Please sign in to comment.