From a251e71190aeecab25fce98488fa544c1b6b7c20 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Wed, 13 Jan 2016 23:07:01 +0100 Subject: [PATCH] Revert "Update Sonatype credentials config" This reverts commit ca0fec50caed0e9a65a40afc29c72d10f835d0b5. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d1882c582..a45710c00 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ lazy val releaseSettings = sbtrelease.ReleasePlugin.releaseSettings ++ Seq( credentials += { Seq("SONATYPE_USER", "SONATYPE_PASS").map(sys.env.get) match { case Seq(Some(user), Some(pass)) => - Credentials("Nexus Repository Manager", "oss.sonatype.org", user, pass) + Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", user, pass) case _ => Credentials(Path.userHome / ".ivy2" / ".credentials") }