Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ JDK=8
KARTOTHEK=latest
# LLVM 12 and GCC 11 reports -Wmismatched-new-delete.
LLVM=14
MAVEN=3.5.4
MAVEN=3.6.3
NODE=18
NUMBA=latest
NUMPY=latest
Expand Down
12 changes: 3 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1709,9 +1709,7 @@ services:
arch: ${ARCH}
# Use a newer JDK as it seems to improve stability
jdk: 17
# conda-forge doesn't have 3.5.4 so pinning explicitly, but this should
# be set to ${MAVEN}
maven: 3.5
maven: ${MAVEN}
node: ${NODE}
go: ${GO}
volumes: *conda-volumes
Expand Down Expand Up @@ -1843,9 +1841,7 @@ services:
arch: ${ARCH}
python: ${PYTHON}
jdk: ${JDK}
# conda-forge doesn't have 3.5.4 so pinning explicitly, but this should
# be set to ${MAVEN}
maven: 3.5
maven: ${MAVEN}
hdfs: ${HDFS}
links:
- impala:impala
Expand Down Expand Up @@ -1886,9 +1882,7 @@ services:
arch: ${ARCH}
python: ${PYTHON}
jdk: ${JDK}
# conda-forge doesn't have 3.5.4 so pinning explicitly, but this should
# be set to ${MAVEN}
maven: 3.5
maven: ${MAVEN}
spark: ${SPARK}
numpy: ${NUMPY}
shm_size: *shm-size
Expand Down
2 changes: 1 addition & 1 deletion java/performance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<version>3.1.1</version>
<executions>
<execution>
<id>run-java-benchmarks</id>
Expand Down
6 changes: 3 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<executions>
<execution>
<id>cdata-cmake</id>
Expand Down Expand Up @@ -1099,7 +1099,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<executions>
<execution>
<id>jni-cpp-cmake</id>
Expand Down Expand Up @@ -1214,7 +1214,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<executions>
<execution>
<id>jni-cpp-cmake</id>
Expand Down