From 6508429d810b5363b74bdb971a5e3e4aca57842b Mon Sep 17 00:00:00 2001 From: Ben McCann Date: Sat, 16 Aug 2014 16:17:07 -0700 Subject: [PATCH] Fetch tyesafe artifacts using https. See http://blog.ontoillogical.com/blog/2014/07/28/how-to-take-over-any-java-developer/ --- launch/src/main/resources/sbt.boot.properties0.10.0 | 2 +- launch/src/main/resources/sbt.boot.properties0.10.1 | 2 +- launch/src/main/resources/sbt.boot.properties0.11.0 | 2 +- launch/src/main/resources/sbt.boot.properties0.11.1 | 2 +- launch/src/main/resources/sbt.boot.properties0.11.2 | 2 +- launch/src/main/resources/sbt.boot.properties0.11.3 | 2 +- project/Transform.scala | 2 +- sbt/src/sbt-test/dependency-management/module-confs/Test.sbt | 2 +- .../dependency-management/module-confs/changes/WrongOrg.sbt | 2 +- .../dependency-management/module-confs/changes/WrongPattern.sbt | 2 +- .../dependency-management/module-confs/changes/WrongVersion.sbt | 2 +- src/main/conscript/sbt/launchconfig | 2 +- src/main/conscript/scalas/launchconfig | 2 +- src/main/conscript/screpl/launchconfig | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/launch/src/main/resources/sbt.boot.properties0.10.0 b/launch/src/main/resources/sbt.boot.properties0.10.0 index 8cd568598..5224c8a3c 100644 --- a/launch/src/main/resources/sbt.boot.properties0.10.0 +++ b/launch/src/main/resources/sbt.boot.properties0.10.0 @@ -11,7 +11,7 @@ [repositories] local - typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] + typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] maven-central sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots diff --git a/launch/src/main/resources/sbt.boot.properties0.10.1 b/launch/src/main/resources/sbt.boot.properties0.10.1 index 247e2a79d..76e4c08eb 100644 --- a/launch/src/main/resources/sbt.boot.properties0.10.1 +++ b/launch/src/main/resources/sbt.boot.properties0.10.1 @@ -11,7 +11,7 @@ [repositories] local - typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] + typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] maven-central sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots diff --git a/launch/src/main/resources/sbt.boot.properties0.11.0 b/launch/src/main/resources/sbt.boot.properties0.11.0 index 9fd96d88b..535d80f95 100644 --- a/launch/src/main/resources/sbt.boot.properties0.11.0 +++ b/launch/src/main/resources/sbt.boot.properties0.11.0 @@ -11,7 +11,7 @@ [repositories] local - typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] + typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] maven-central sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots diff --git a/launch/src/main/resources/sbt.boot.properties0.11.1 b/launch/src/main/resources/sbt.boot.properties0.11.1 index 44f912512..269a20e7d 100644 --- a/launch/src/main/resources/sbt.boot.properties0.11.1 +++ b/launch/src/main/resources/sbt.boot.properties0.11.1 @@ -11,7 +11,7 @@ [repositories] local - typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] + typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] maven-central sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots diff --git a/launch/src/main/resources/sbt.boot.properties0.11.2 b/launch/src/main/resources/sbt.boot.properties0.11.2 index c63fa7c7c..d9a27e104 100644 --- a/launch/src/main/resources/sbt.boot.properties0.11.2 +++ b/launch/src/main/resources/sbt.boot.properties0.11.2 @@ -11,7 +11,7 @@ [repositories] local - typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] + typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] maven-central sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots diff --git a/launch/src/main/resources/sbt.boot.properties0.11.3 b/launch/src/main/resources/sbt.boot.properties0.11.3 index e55c596d0..204a550c5 100644 --- a/launch/src/main/resources/sbt.boot.properties0.11.3 +++ b/launch/src/main/resources/sbt.boot.properties0.11.3 @@ -11,7 +11,7 @@ [repositories] local - typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] + typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] maven-central sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots diff --git a/project/Transform.scala b/project/Transform.scala index ae1ad02fd..ad5182896 100644 --- a/project/Transform.scala +++ b/project/Transform.scala @@ -92,5 +92,5 @@ object Transform { lazy val Releases = typesafeRepository("releases") lazy val Snapshots = typesafeRepository("snapshots") def typesafeRepository(status: String) = - """ typesafe-ivy-%s: http://repo.typesafe.com/typesafe/ivy-%