update url for publishing to typesafe repository

This commit is contained in:
Mark Harrah 2013-08-23 01:49:30 -04:00
parent d0a8f40b99
commit ea30d7f1ef
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ object Release extends Build
lazy val deployLauncher = TaskKey[Unit]("deploy-launcher", "Upload the launcher to its traditional location for compatibility with existing scripts.")
val PublishRepoHost = "typesafe.artifactoryonline.com"
val PublishRepoHost = "private-repo.typesafe.com"
def settings(nonRoots: => Seq[ProjectReference], launcher: ScopedTask[File]): Seq[Setting[_]] =
if(CredentialsFile.exists) releaseSettings(nonRoots, launcher) else Nil