Use repo.scala-sbt.org everywhere to be more independent of hosting details.

This commit is contained in:
Mark Harrah 2013-08-07 18:24:19 -04:00
parent f8e66fe89c
commit 89d15ed1f9
3 changed files with 3 additions and 3 deletions

View File

@ -147,7 +147,7 @@ sealed trait JavaNet1Repository extends Resolver
object Resolver
{
val TypesafeRepositoryRoot = "http://repo.typesafe.com/typesafe"
val SbtPluginRepositoryRoot = "http://scalasbt.artifactoryonline.com/scalasbt"
val SbtPluginRepositoryRoot = "http://repo.scala-sbt.org/scalasbt"
val SonatypeRepositoryRoot = "https://oss.sonatype.org/content/repositories"
// obsolete: kept only for launcher compatibility

View File

@ -29,7 +29,7 @@ You'll also need to add your credentials somewhere. For example, you might use
::
credentials += Credentials("Artifactory Realm",
"scalasbt.artifactoryonline.com", "@user name@", "@my encrypted password@")
"repo.scala-sbt.org", "@user name@", "@my encrypted password@")
Where `@my encrypted password@` is actually obtained using the following `instructions <http://wiki.jfrog.org/confluence/display/RTF/Centrally+Secure+Passwords>`_.

View File

@ -76,7 +76,7 @@ typesafe_ivy_snapshots = typesafe_base + 'ivy-snapshots/'
typesafe_ivy_releases = typesafe_base + 'ivy-releases/'
launcher_release_base = typesafe_ivy_releases + 'org.scala-sbt/sbt-launch/'
launcher_snapshots_base = typesafe_ivy_snapshots + 'org.scala-sbt/sbt-launch/'
sbt_native_package_base = 'http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/sbt/'
sbt_native_package_base = 'http://repo.scala-sbt.org/scalasbt/sbt-native-packages/org/scala-sbt/sbt/'
rst_epilog = """