From c1e018947d557648e8aa9b1f4b5cd13ac13ca9c4 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Sun, 23 Jun 2013 08:55:47 -0700 Subject: [PATCH] changed to staging repo --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 34fe5bd2185..5d600605cc8 100644 --- a/build.sbt +++ b/build.sbt @@ -52,7 +52,7 @@ publishTo <<= (version) { version: String => if (version.trim.endsWith("SNAPSHOT")) Some("Sonatype Nexus Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots") else - Some("Sonatype Nexus Releases" at "https://oss.sonatype.org/content/repositories/releases") + Some("Sonatype Nexus Releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2") } publishMavenStyle := true @@ -112,4 +112,4 @@ pomExtra <<= (pomExtra, name, description) {(pom, name, desc) => pom ++ Group( assemblySettings -jarName in assembly := "swagger-codegen.jar" \ No newline at end of file +jarName in assembly := "swagger-codegen.jar"