Updated the host name used for publishing artifacts to the community repository.

This commit is contained in:
Juan Manuel Caicedo Carvajal 2013-02-28 01:49:50 -05:00 committed by Mark Harrah
parent 3e32c7d1f1
commit 0ca2ae5843
1 changed files with 2 additions and 1 deletions

View File

@ -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 <http://wiki.jfrog.org/confluence/display/RTF/Centrally+Secure+Passwords>`_.