This is an automated email from the ASF dual-hosted git repository.
gabor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new 354fcc2 [PARQUET-1506] Migrate maven-thrift-plugin to
thrift-maven-plugin (#600)
354fcc2 is described below
commit 354fcc2aeafa6c782ee893203de96c159327463c
Author: Fokko Driesprong <[email protected]>
AuthorDate: Thu Jan 24 13:49:25 2019 +0100
[PARQUET-1506] Migrate maven-thrift-plugin to thrift-maven-plugin (#600)
maven-thrift-plugin (Aug 13, 2013)
https://mvnrepository.com/artifact/org.apache.thrift.tools/maven-thrift-plugin/0.1.11
thrift-maven-plugin (Jan 18, 2017)
https://mvnrepository.com/artifact/org.apache.thrift/thrift-maven-plugin/0.10.0
The maven-thrift-plugin is the old one which has been migrated to the ASF
and continued as thrift-maven-plugin:
https://issues.apache.org/jira/browse/THRIFT-4083
---
parquet-format-structures/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/parquet-format-structures/pom.xml
b/parquet-format-structures/pom.xml
index 60ecfef..d091a36 100644
--- a/parquet-format-structures/pom.xml
+++ b/parquet-format-structures/pom.xml
@@ -68,9 +68,9 @@
</plugin>
<!-- thrift -->
<plugin>
- <groupId>org.apache.thrift.tools</groupId>
- <artifactId>maven-thrift-plugin</artifactId>
- <version>0.1.11</version>
+ <groupId>org.apache.thrift</groupId>
+ <artifactId>thrift-maven-plugin</artifactId>
+ <version>${thrift-maven-plugin.version}</version>
<configuration>
<thriftSourceRoot>${parquet.thrift.path}</thriftSourceRoot>
<thriftExecutable>${format.thrift.executable}</thriftExecutable>