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/12/09 01:00:12 UTC

[incubator-iotdb] branch thrift_0.13 created (now 2ff10f2)

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

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


      at 2ff10f2  upgrade thrift from 0.12 to 0.13

This branch includes the following new commits:

     new 2ff10f2  upgrade thrift from 0.12 to 0.13

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: upgrade thrift from 0.12 to 0.13

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.13
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 2ff10f2cc73de206f6124b2b61f7038c769ed033
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Mon Dec 9 08:59:38 2019 +0800

    upgrade thrift from 0.12 to 0.13
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index da7d070..9639627 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.12.0</thrift.version>
+        <thrift.version>0.13.0</thrift.version>
         <airline.version>0.8</airline.version>
         <jackson.version>2.10.0</jackson.version>
         <antlr4.version>4.7.1</antlr4.version>