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

jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hugegraph.git


The following commit(s) were added to refs/heads/master by this push:
     new 62bcdc5d7 fix(dist): use HTTPS for Travis download URLs (#2973)
62bcdc5d7 is described below

commit 62bcdc5d78db52cc907c669fe0e1cca1638c1980
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Mar 20 09:18:50 2026 +0100

    fix(dist): use HTTPS for Travis download URLs (#2973)
    
    * Update HBase/Cassandra download address to HTTPS
---
 .../hugegraph-dist/src/assembly/travis/install-cassandra.sh             | 2 +-
 hugegraph-server/hugegraph-dist/src/assembly/travis/install-hbase.sh    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/hugegraph-server/hugegraph-dist/src/assembly/travis/install-cassandra.sh 
b/hugegraph-server/hugegraph-dist/src/assembly/travis/install-cassandra.sh
index 629a4779e..86b22f2e0 100755
--- a/hugegraph-server/hugegraph-dist/src/assembly/travis/install-cassandra.sh
+++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/install-cassandra.sh
@@ -17,7 +17,7 @@
 #
 set -ev
 
-CASS_DOWNLOAD_ADDRESS="http://archive.apache.org/dist/cassandra";
+CASS_DOWNLOAD_ADDRESS="https://archive.apache.org/dist/cassandra";
 CASS_VERSION="4.0.10"
 CASS_PACKAGE="apache-cassandra-${CASS_VERSION}"
 CASS_TAR="${CASS_PACKAGE}-bin.tar.gz"
diff --git 
a/hugegraph-server/hugegraph-dist/src/assembly/travis/install-hbase.sh 
b/hugegraph-server/hugegraph-dist/src/assembly/travis/install-hbase.sh
index ae40b284e..8317ba86d 100755
--- a/hugegraph-server/hugegraph-dist/src/assembly/travis/install-hbase.sh
+++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/install-hbase.sh
@@ -18,7 +18,7 @@
 set -ev
 
 TRAVIS_DIR=$(dirname $0)
-HBASE_DOWNLOAD_ADDRESS="http://archive.apache.org/dist/hbase";
+HBASE_DOWNLOAD_ADDRESS="https://archive.apache.org/dist/hbase";
 HBASE_VERSION="2.0.2"
 HBASE_PACKAGE="hbase-${HBASE_VERSION}"
 HBASE_TAR="${HBASE_PACKAGE}-bin.tar.gz"

Reply via email to