You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/03/21 05:36:31 UTC

[iotdb] branch fix_wf_win_13 created (now f77d268)

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

haonan pushed a change to branch fix_wf_win_13
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at f77d268  [To rel/0.13] Fix windows CI failed

This branch includes the following new commits:

     new f77d268  [To rel/0.13] Fix windows CI failed

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.


[iotdb] 01/01: [To rel/0.13] Fix windows CI failed

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

haonan pushed a commit to branch fix_wf_win_13
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit f77d268f751cfdb283cfcabd87b84af8922ef92e
Author: HTHou <hh...@outlook.com>
AuthorDate: Mon Mar 21 13:35:39 2022 +0800

    [To rel/0.13] Fix windows CI failed
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2462b50..50486c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1056,7 +1056,7 @@
             </activation>
             <properties>
                 <os.classifier>windows-x86_64</os.classifier>
-                <thrift.download-url>http://artfiles.org/apache.org/thrift/${thrift.version}/thrift-${thrift.version}.exe</thrift.download-url>
+                <thrift.download-url>http://archive.apache.org/dist/thrift/${thrift.version}/thrift-${thrift.version}.exe</thrift.download-url>
                 <thrift.executable>thrift-${thrift.version}-win-x86_64.exe</thrift.executable>
                 <thrift.skip-making-executable>true</thrift.skip-making-executable>
                 <thrift.exec-cmd.executable>echo</thrift.exec-cmd.executable>