Skip to content

Commit

Permalink
Merge 4431a7c into 3090b8c
Browse files Browse the repository at this point in the history
  • Loading branch information
jcazevedo committed Sep 28, 2019
2 parents 3090b8c + 4431a7c commit 4b57380
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions build.sbt
Expand Up @@ -101,11 +101,7 @@ lazy val commonSettings = Seq(

publishMavenStyle := true,
publishArtifact in Test := false,
publishTo := {
val nexus = "https://oss.sonatype.org/"
if (isSnapshot.value) Some("snapshots" at nexus + "content/repositories/snapshots")
else Some("releases" at nexus + "service/local/staging/deploy/maven2")
})
publishTo := sonatypePublishToBundle.value)

lazy val micrositesSettings = Seq(
micrositeName := "PureConfig",
Expand Down Expand Up @@ -197,7 +193,7 @@ releaseProcess := Seq[ReleaseStep](
commitReleaseVersion,
tagRelease,
releaseStepCommandAndRemaining("+publishSigned"),
releaseStepCommand("sonatypeBundleRelease"),
setNextVersion,
commitNextVersion,
pushChanges,
releaseStepCommandAndRemaining("sonatypeReleaseAll"))
pushChanges)

0 comments on commit 4b57380

Please sign in to comment.