Repository: bigtop
Updated Branches:
  refs/heads/master c16ff3a6c -> df73ae61b


BIGTOP-2533: Use TLS for downloading sources


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/df73ae61
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/df73ae61
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/df73ae61

Branch: refs/heads/master
Commit: df73ae61b3b1ce65ed1b6f3569a12b562540b68d
Parents: c16ff3a
Author: Olaf Flebbe <[email protected]>
Authored: Tue Sep 13 18:18:04 2016 +0000
Committer: Olaf Flebbe <[email protected]>
Committed: Wed Sep 14 11:41:11 2016 +0000

----------------------------------------------------------------------
 bigtop.bom | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/df73ae61/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index 1b0a96b..2f923c2 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -42,7 +42,7 @@
    }
    apache { // *required* These shoudn't be modified unless ASF Infra demands 
changes
      APACHE_MIRROR = "http://apache.osuosl.org";
-     APACHE_ARCHIVE = "http://archive.apache.org/dist";
+     APACHE_ARCHIVE = "https://archive.apache.org/dist";
    }
    components { *required; preserve the name* if empty, nothing will be built
      'label' { // label *SHOULD* be the same as the name; otherwise some tasks 
will fail
@@ -73,8 +73,8 @@ bigtop {
     'scala' { version = '2.10.4'; version_base = version }
   }
   apache {
-    APACHE_MIRROR = "http://apache.osuosl.org";
-    APACHE_ARCHIVE = "http://archive.apache.org/dist";
+    APACHE_MIRROR = "https://www-us.apache.org";
+    APACHE_ARCHIVE = "https://archive.apache.org/dist";
   }
 /** End of Base Configuration */
 
@@ -327,7 +327,7 @@ bigtop {
       relNotes = "Groovy: a dynamic language for the Java platform"
       tarball { destination = "$name-${version.base}.tar.gz";
                 source      = "apache-groovy-binary-${version.base}.zip"}
-      url     { site = "http://dl.bintray.com/groovy/maven/";; archive = site }
+      url     { site = "https://dl.bintray.com/groovy/maven/";; archive = site }
       // Optional, as only null values are specified
       git     { repo = null; ref = null; dir = null}
     }

Reply via email to