diff --git a/build.sbt b/build.sbt index e96efb9..4524256 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ inThisBuild( List( name:= "HL7-PET", - organization := "gov.cdc.hl7", + organization := "gov.cdc", organizationName:= "CDC", homepage := Some(url("https://github.com/cdcgov/hl7-pet")), description := "This project is a library to Parse HL7 v2 messages", @@ -22,6 +22,8 @@ inThisBuild( ) ) ) +ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org" +ThisBuild / sonatypeRepository := "https://s01.oss.sonatype.org/service/local" publishMavenStyle := true @@ -55,7 +57,4 @@ lazy val plugin = project addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1"), addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1"), addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") - ) - -ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org" -sonatypeRepository := "https://s01.oss.sonatype.org/service/local" \ No newline at end of file + ) \ No newline at end of file