Skip to content

Commit b8e509b

Browse files
committed
PARQUET-540: Add a constant for maven-thrift-plugin version.
1 parent c976e04 commit b8e509b

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

parquet-cascading/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<plugin>
158158
<groupId>org.apache.thrift.tools</groupId>
159159
<artifactId>maven-thrift-plugin</artifactId>
160-
<version>0.1.11</version>
160+
<version>${maven-thrift-plugin.version}</version>
161161
<configuration>
162162
<thriftExecutable>${thrift.executable}</thriftExecutable>
163163
<thriftSourceRoot>../parquet-cascading-common23/src/main/thrift</thriftSourceRoot>

parquet-cascading3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<plugin>
175175
<groupId>org.apache.thrift.tools</groupId>
176176
<artifactId>maven-thrift-plugin</artifactId>
177-
<version>0.1.11</version>
177+
<version>${maven-thrift-plugin.version}</version>
178178
<configuration>
179179
<thriftExecutable>${thrift.executable}</thriftExecutable>
180180
<thriftSourceRoot>../parquet-cascading-common23/src/main/thrift</thriftSourceRoot>

parquet-scrooge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>org.apache.thrift.tools</groupId>
142142
<artifactId>maven-thrift-plugin</artifactId>
143-
<version>0.1.11</version>
143+
<version>${maven-thrift-plugin.version}</version>
144144
<configuration>
145145
<thriftExecutable>${thrift.executable}</thriftExecutable>
146146
</configuration>

parquet-thrift/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<plugin>
145145
<groupId>org.apache.thrift.tools</groupId>
146146
<artifactId>maven-thrift-plugin</artifactId>
147-
<version>0.1.11</version>
147+
<version>${maven-thrift-plugin.version}</version>
148148
<configuration>
149149
<thriftExecutable>${thrift.executable}</thriftExecutable>
150150
</configuration>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6565
<github.global.server>github</github.global.server>
6666
<maven-jar-plugin.version>2.4</maven-jar-plugin.version>
67+
<maven-thrift-plugin.version>0.1.11</maven-thrift-plugin.version>
6768
<jackson.groupId>org.codehaus.jackson</jackson.groupId>
6869
<jackson.version>1.9.11</jackson.version>
6970
<jackson.package>org.codehaus.jackson</jackson.package>

0 commit comments

Comments
 (0)