This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new 8fa70320a MINOR: Use `exec-maven-plugin.version` property (#3047)
8fa70320a is described below
commit 8fa70320a9cdeeba12a4d17ef248cd4e535f0907
Author: Fokko Driesprong <[email protected]>
AuthorDate: Tue Nov 26 21:31:14 2024 +0100
MINOR: Use `exec-maven-plugin.version` property (#3047)
---
parquet-column/pom.xml | 2 +-
parquet-common/pom.xml | 2 +-
parquet-encoding/pom.xml | 2 +-
parquet-format-structures/pom.xml | 2 +-
parquet-thrift/pom.xml | 2 +-
pom.xml | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/parquet-column/pom.xml b/parquet-column/pom.xml
index 168d2ee3e..aafc5e539 100644
--- a/parquet-column/pom.xml
+++ b/parquet-column/pom.xml
@@ -150,7 +150,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.3.0</version>
+ <version>${exec-maven-plugin.version}</version>
<dependencies>
<dependency>
<groupId>org.apache.parquet</groupId>
diff --git a/parquet-common/pom.xml b/parquet-common/pom.xml
index c35c943c5..7b06324ac 100644
--- a/parquet-common/pom.xml
+++ b/parquet-common/pom.xml
@@ -102,7 +102,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.3.0</version>
+ <version>${exec-maven-plugin.version}</version>
<dependencies>
<dependency>
<groupId>org.apache.parquet</groupId>
diff --git a/parquet-encoding/pom.xml b/parquet-encoding/pom.xml
index c9f902d68..183262bba 100644
--- a/parquet-encoding/pom.xml
+++ b/parquet-encoding/pom.xml
@@ -88,7 +88,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.3.0</version>
+ <version>${exec-maven-plugin.version}</version>
<dependencies>
<dependency>
<groupId>org.apache.parquet</groupId>
diff --git a/parquet-format-structures/pom.xml
b/parquet-format-structures/pom.xml
index f277d164c..2e9520f09 100644
--- a/parquet-format-structures/pom.xml
+++ b/parquet-format-structures/pom.xml
@@ -176,7 +176,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.3.0</version>
+ <version>${exec-maven-plugin.version}</version>
<executions>
<execution>
<id>check-thrift-version</id>
diff --git a/parquet-thrift/pom.xml b/parquet-thrift/pom.xml
index 8da5bd33b..264c2d403 100644
--- a/parquet-thrift/pom.xml
+++ b/parquet-thrift/pom.xml
@@ -248,7 +248,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.3.0</version>
+ <version>${exec-maven-plugin.version}</version>
<executions>
<execution>
<id>check-thrift-version</id>
diff --git a/pom.xml b/pom.xml
index cfbc1d1db..3f8efea94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
<mockito.version>1.10.19</mockito.version>
<powermock.version>2.0.9</powermock.version>
<net.openhft.version>0.26ea0</net.openhft.version>
- <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
+ <exec-maven-plugin.version>3.3.0</exec-maven-plugin.version>
<!-- parquet-cli dependencies -->
<opencsv.version>2.3</opencsv.version>