Repository: bahir-website Updated Branches: refs/heads/master 5324c1eb7 -> 7fc3ccd9f
[BAHIR-170] Use https for sigs and hashes Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/7fc3ccd9 Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/7fc3ccd9 Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/7fc3ccd9 Branch: refs/heads/master Commit: 7fc3ccd9f325b67515416813c4b0fe77b1f7e789 Parents: 5324c1e Author: Luciano Resende <[email protected]> Authored: Tue Jun 26 04:56:05 2018 -0700 Committer: Luciano Resende <[email protected]> Committed: Tue Jun 26 04:56:05 2018 -0700 ---------------------------------------------------------------------- site/_data/project.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-website/blob/7fc3ccd9/site/_data/project.yml ---------------------------------------------------------------------- diff --git a/site/_data/project.yml b/site/_data/project.yml index e39736e..77cb919 100644 --- a/site/_data/project.yml +++ b/site/_data/project.yml @@ -26,21 +26,21 @@ description: Apache Bahir provides extensions to distributed analytic platforms dev_list: [email protected] dev_list_subscribe: [email protected] dev_list_unsubscribe: [email protected] -dev_list_archive: http://mail-archives.apache.org/mod_mbox/bahir-dev/ +dev_list_archive: https://mail-archives.apache.org/mod_mbox/bahir-dev/ dev_list_archive_mailarchive: https://www.mail-archive.com/[email protected]/ dev_list_archive_markmail: user_list: [email protected] user_list_subscribe: [email protected] user_list_unsubscribe: [email protected] -user_list_archive: http://mail-archives.apache.org/mod_mbox/bahir-user/ +user_list_archive: https://mail-archives.apache.org/mod_mbox/bahir-user/ user_list_archive_mailarchive: https://www.mail-archive.com/[email protected]/ user_list_archive_markmail: commits_list: [email protected] commits_list_subscribe: [email protected] commits_list_unsubscribe: [email protected] -commits_list_archive: http://mail-archives.apache.org/mod_mbox/bahir-commits/ +commits_list_archive: https://mail-archives.apache.org/mod_mbox/bahir-commits/ commits_list_archive_mailarchive: https://www.mail-archive.com/[email protected]/ commits_list_archive_markmail: @@ -60,8 +60,8 @@ spark_github_project_name: bahir spark_latest_release: 2.2.1 spark_latest_release_date: 06/25/2018 -spark_latest_release_location: http://www.apache.org/dist/bahir/bahir-spark -spark_latest_release_location_mirror: http://www.apache.org/dyn/closer.lua/bahir/bahir-spark +spark_latest_release_location: https://www.apache.org/dist/bahir/bahir-spark +spark_latest_release_location_mirror: https://www.apache.org/dyn/closer.lua/bahir/bahir-spark spark_download: /downloads/spark spark_source_repository: https://git-wip-us.apache.org/repos/asf/bahir.git @@ -74,8 +74,8 @@ flink_github_project_name: bahir-flink flink_latest_release: 1.0 flink_latest_release_date: 05/24/2017 -flink_latest_release_location: http://www.apache.org/dist/bahir/bahir-flink -flink_latest_release_location_mirror: http://www.apache.org/dyn/closer.lua/bahir/bahir-flink +flink_latest_release_location: https://www.apache.org/dist/bahir/bahir-flink +flink_latest_release_location_mirror: https://www.apache.org/dyn/closer.lua/bahir/bahir-flink flink_download: /downloads/flink
