-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Seun0925
authored and
Seun0925
committed
Aug 27, 2024
1 parent
82f36e1
commit 44b47e9
Showing
3 changed files
with
11 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,8 @@ organization:= "gov.cdc.hl7" | |
organizationName:= "CDC" | ||
scmInfo:= Some ( | ||
ScmInfo( | ||
url("https://github.com/cdcgov/hl7-pet"), | ||
"scm:[email protected]/cdcgov/hl7-pet.git" | ||
url("https://github.com/CDCgov/hl7-pet"), | ||
"scm:[email protected]/CDCgov/hl7-pet.git" | ||
) | ||
) | ||
|
||
|
@@ -19,7 +19,13 @@ developers := List( | |
id="mcq1", | ||
name="Marcelo Caldas", | ||
email = "[email protected]", | ||
url = url ("https://github.com/cdcent/hl7-pet") | ||
url = url ("https://github.com/mscaldas2012") | ||
), | ||
Developer( | ||
id="xhu8", | ||
name="Seun", | ||
email="[email protected]", | ||
url=url("https://github.com/seun0925") | ||
) | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,15 +12,6 @@ inThisBuild(List( | |
) | ||
)) | ||
|
||
organization:= "gov.cdc.hl7" | ||
organizationName:= "CDC" | ||
scmInfo:= Some ( | ||
ScmInfo( | ||
url("https://github.com/cdcgov/hl7-pet"), | ||
"scm:[email protected]/cdcgov/hl7-pet.git" | ||
) | ||
) | ||
|
||
// publishTo := Some("Maven cdcgov Apache Maven Packages" at "https://central.sonatype.com/cdc/gov/") | ||
pomIncludeRepository := { _ => false } | ||
|
||
mainClass := Some("gov.cdc.hl7pet.DeIdentifierApp") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
//addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3") | ||
// sbt 1 only, see FAQ for 0.13 support | ||
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") | ||
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") |