Skip to content

Commit

Permalink
apacheGH-39734: [Java] Bump org.codehaus.mojo:exec-maven-plugin from …
Browse files Browse the repository at this point in the history
…1.6.0 to 3.1.1 (apache#39696)

### Rationale for this change

This PR was created to replace apache#39374 and do the necessary changes for `org.codehaus.mojo` upgrade to take place. 

### What changes are included in this PR?

The changes to the `org.codehaus.mojo` version and an upgrade on the maven version used in the `.env`. 

### Are these changes tested?

Tested locally, but this requires a CI verification on Java.

### Are there any user-facing changes?

No

Authored-by: vibhatha <[email protected]>
Signed-off-by: David Li <[email protected]>
  • Loading branch information
vibhatha authored Feb 2, 2024
1 parent 32bd01f commit 0fb00fd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
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

0 comments on commit 0fb00fd

Please sign in to comment.