From 0ca2ae5843008c7e5b86477aa6a0bded1ae32ee7 Mon Sep 17 00:00:00 2001 From: Juan Manuel Caicedo Carvajal Date: Thu, 28 Feb 2013 01:49:50 -0500 Subject: [PATCH] Updated the host name used for publishing artifacts to the community repository. --- src/sphinx/Community/Community-Plugins.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sphinx/Community/Community-Plugins.rst b/src/sphinx/Community/Community-Plugins.rst index 66291dccd..b418833ff 100644 --- a/src/sphinx/Community/Community-Plugins.rst +++ b/src/sphinx/Community/Community-Plugins.rst @@ -28,7 +28,8 @@ You'll also need to add your credentials somewhere. For example, you might use :: - credentials += Credentials("Artifactory Realm", "repo.scala-sbt.org", "jsuereth", "@my encrypted password@") + credentials += Credentials("Artifactory Realm", + "scalasbt.artifactoryonline.com", "@user name@", "@my encrypted password@") Where ``@my encrypted password@`` is actually obtained using the following `instructions `_.