Skip to content

Commit 8fa7032

Browse files
authored
MINOR: Use exec-maven-plugin.version property (#3047)
1 parent 586a354 commit 8fa7032

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

parquet-column/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
<plugin>
151151
<groupId>org.codehaus.mojo</groupId>
152152
<artifactId>exec-maven-plugin</artifactId>
153-
<version>3.3.0</version>
153+
<version>${exec-maven-plugin.version}</version>
154154
<dependencies>
155155
<dependency>
156156
<groupId>org.apache.parquet</groupId>

parquet-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<plugin>
103103
<groupId>org.codehaus.mojo</groupId>
104104
<artifactId>exec-maven-plugin</artifactId>
105-
<version>3.3.0</version>
105+
<version>${exec-maven-plugin.version}</version>
106106
<dependencies>
107107
<dependency>
108108
<groupId>org.apache.parquet</groupId>

parquet-encoding/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<plugin>
8989
<groupId>org.codehaus.mojo</groupId>
9090
<artifactId>exec-maven-plugin</artifactId>
91-
<version>3.3.0</version>
91+
<version>${exec-maven-plugin.version}</version>
9292
<dependencies>
9393
<dependency>
9494
<groupId>org.apache.parquet</groupId>

parquet-format-structures/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
<plugin>
177177
<groupId>org.codehaus.mojo</groupId>
178178
<artifactId>exec-maven-plugin</artifactId>
179-
<version>3.3.0</version>
179+
<version>${exec-maven-plugin.version}</version>
180180
<executions>
181181
<execution>
182182
<id>check-thrift-version</id>

parquet-thrift/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
<plugin>
249249
<groupId>org.codehaus.mojo</groupId>
250250
<artifactId>exec-maven-plugin</artifactId>
251-
<version>3.3.0</version>
251+
<version>${exec-maven-plugin.version}</version>
252252
<executions>
253253
<execution>
254254
<id>check-thrift-version</id>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<mockito.version>1.10.19</mockito.version>
9999
<powermock.version>2.0.9</powermock.version>
100100
<net.openhft.version>0.26ea0</net.openhft.version>
101-
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
101+
<exec-maven-plugin.version>3.3.0</exec-maven-plugin.version>
102102

103103
<!-- parquet-cli dependencies -->
104104
<opencsv.version>2.3</opencsv.version>

0 commit comments

Comments
 (0)