From 202ae29d8de4f44adabfd17a631c1ed17cef6b79 Mon Sep 17 00:00:00 2001 From: Boris Ning Date: Fri, 6 Sep 2024 15:09:49 -0400 Subject: [PATCH] chore[release]: forcing build usage --- build.sbt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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