From 79927f9ca7b83f6378d211aff7722497c6923c24 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Fri, 8 May 2015 12:00:50 -0700 Subject: Subst repo.typesafe -> dl.bintray, use jcenter cache Switch to https while we're at it, and remove duplicate entry for sbt-plugin-releases (NOTE: 'organization' <-> 'organisation', see http://ant.apache.org/ivy/history/latest-milestone/concept.html#patterns) --- tools/binary-repo-lib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/binary-repo-lib.sh') diff --git a/tools/binary-repo-lib.sh b/tools/binary-repo-lib.sh index 14c2c9464a..278804e30e 100755 --- a/tools/binary-repo-lib.sh +++ b/tools/binary-repo-lib.sh @@ -2,8 +2,8 @@ # # Library to push and pull binary artifacts from a remote repository using CURL. -remote_urlget="http://repo.typesafe.com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap" -remote_urlpush="http://dl.bintray.com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap" +remote_urlget="https://dl.bintray.com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap" +remote_urlpush="https://dl.bintray.com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap" libraryJar="$(pwd)/lib/scala-library.jar" desired_ext=".desired.sha1" push_jar="$(pwd)/tools/push.jar" -- cgit v1.2.3