You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/11/27 02:43:21 UTC

[incubator-iotdb] branch thrift_0.12 created (now 2f9f933)

This is an automated email from the ASF dual-hosted git repository.

hxd pushed a change to branch thrift_0.12
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


      at 2f9f933  upgroade to thrift 0.12.0

This branch includes the following new commits:

     new 2f9f933  upgroade to thrift 0.12.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-iotdb] 01/01: upgroade to thrift 0.12.0

Posted by hx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch thrift_0.12
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 2f9f93302667cf62ebaa37666f338ad6df7c7d2d
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Wed Nov 27 10:41:06 2019 +0800

    upgroade to thrift 0.12.0
---
 pom.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4bc814e..ae17ffd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
         <spark.version>2.4.3</spark.version>
         <common.io.version>2.5</common.io.version>
         <commons.collections4>4.0</commons.collections4>
-        <thrift.version>0.9.3</thrift.version>
+        <thrift.version>0.12.0</thrift.version>
         <airline.version>0.8</airline.version>
         <jackson.version>2.10.0</jackson.version>
         <antlr3.version>3.5.2</antlr3.version>
@@ -814,8 +814,8 @@
                 </os>
             </activation>
             <properties>
-                <thrift.download-url>https://github.com/ccascone/mvn-thrift-compiler/raw/1.0_${thrift.version}/exe/thrift-linux-x86_64.exe</thrift.download-url>
-                <thrift.executable>thrift-${thrift.version}-unix-x86_64</thrift.executable>
+                <thrift.download-url>https://raw.githubusercontent.com/jt2594838/mvn-thrift-compiler/master/thrift_0.12.0_0.13.0_linux.exe</thrift.download-url>
+                <thrift.executable>thrift_0.12.0_0.13.0_linux.exe</thrift.executable>
                 <thrift.skip-making-executable>false</thrift.skip-making-executable>
                 <thrift.exec-cmd.executable>chmod</thrift.exec-cmd.executable>
                 <thrift.exec-cmd.args>+x ${project.build.directory}/tools/${thrift.executable}</thrift.exec-cmd.args>
@@ -829,8 +829,10 @@
                 </os>
             </activation>
             <properties>
-                <thrift.download-url>https://github.com/ccascone/mvn-thrift-compiler/raw/1.0_${thrift.version}/exe/thrift-osx-x86_64.exe</thrift.download-url>
-                <thrift.executable>thrift-${thrift.version}-osx-x86_64</thrift.executable>
+                <thrift.download-url>
+                    https://raw.githubusercontent.com/jt2594838/mvn-thrift-compiler/master/thrift_0.12.0_0.13.0_mac.exe
+                    </thrift.download-url>
+                <thrift.executable>thrift_0.12.0_0.13.0_mac.exe</thrift.executable>
                 <thrift.skip-making-executable>false</thrift.skip-making-executable>
                 <thrift.exec-cmd.executable>chmod</thrift.exec-cmd.executable>
                 <thrift.exec-cmd.args>+x ${project.build.directory}/tools/${thrift.executable}</thrift.exec-cmd.args>