This is an automated email from the ASF dual-hosted git repository.
marklau99 pushed a commit to branch rc/0.13.4
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rc/0.13.4 by this push:
new 038e56942f change the download url of thrift in unix to apache gitbox
(#8984)
038e56942f is described below
commit 038e56942fab0fa635597fed253ecf06494051cc
Author: Liu Xuxin <[email protected]>
AuthorDate: Sun Feb 5 16:42:24 2023 +0800
change the download url of thrift in unix to apache gitbox (#8984)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4fad3011ab..a232431ac3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1056,7 +1056,7 @@
</activation>
<properties>
<os.classifier>linux-x86_64</os.classifier>
-
<thrift.download-url>https://github.com/apache/iotdb-bin-resources/raw/main/compile-tools/thrift-0.14-ubuntu</thrift.download-url>
+
<thrift.download-url>https://gitbox.apache.org/repos/asf?p=iotdb-bin-resources.git;a=blob_plain;f=compile-tools/thrift-0.14-ubuntu;hb=HEAD</thrift.download-url>
<thrift.executable>thrift_0.14.1_linux.exe</thrift.executable>
<thrift.skip-making-executable>false</thrift.skip-making-executable>
<thrift.exec-cmd.executable>chmod</thrift.exec-cmd.executable>