Skip to content

Commit

Permalink
update to sonatype release
Browse files Browse the repository at this point in the history
  • Loading branch information
gilandose committed Nov 16, 2022
1 parent 82fedbd commit c95b393
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions publish.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ThisBuild / scalaVersion := "2.13.8"
ThisBuild / scalaVersion := "2.12.17"
ThisBuild / version := "0.1.2"
ThisBuild / organization := "com.gilcloud.fs2"
ThisBuild / organization := "com.gilcloud"
ThisBuild / organizationName := "gilcloud"
ThisBuild / organizationHomepage := Some(url("http://gilcloud.com/"))
sonatypeCredentialHost := "s01.oss.sonatype.org"
Expand All @@ -9,8 +9,8 @@ sonatypeProfileName := "com.gilcloud"

ThisBuild / scmInfo := Some(
ScmInfo(
url("https://github.com/gilcloud/fs2-sink"),
"scm:[email protected]:gilcloud/fs2-sink.git"
url("https://github.com/gilcloud/sbt-gitlab"),
"scm:git:git@github.com:gilcloud/sbt-gitlab.git"
)
)
ThisBuild / developers := List(
Expand All @@ -22,12 +22,11 @@ ThisBuild / developers := List(
)
)

ThisBuild / description := "commons sinks for using with fs2"
ThisBuild / description := "gitlab to sbt integrations"
ThisBuild / licenses := List("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt"))
ThisBuild / homepage := Some(url("https://github.com/gilcloud/fs2-sink"))
ThisBuild / homepage := Some(url("https://github.com/gilcloud/sbt-gitlab"))

// Remove all additional repository other than Maven Central from POM
ThisBuild / pomIncludeRepository := { _ => false }
ThisBuild / publishTo := sonatypePublishToBundle.value
ThisBuild / publishMavenStyle := true

0 comments on commit c95b393

Please sign in to comment.