Skip to content

Commit

Permalink
chore[release]: forcing build usage
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-ning-usds committed Sep 6, 2024
1 parent 8d87f85 commit 202ae29
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -22,6 +22,8 @@ inThisBuild(
)
)
)
ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
ThisBuild / sonatypeRepository := "https://s01.oss.sonatype.org/service/local"

publishMavenStyle := true

Expand Down Expand Up @@ -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"
)

0 comments on commit 202ae29

Please sign in to comment.