Skip to content

Commit

Permalink
MINOR: Use exec-maven-plugin.version property (#3047)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored Nov 26, 2024
1 parent 586a354 commit 8fa7032
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion parquet-column/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion parquet-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion parquet-encoding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion parquet-format-structures/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion parquet-thrift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8fa7032

Please sign in to comment.