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"