diff --git a/build.sbt b/build.sbt index fc0e38a..6d478e5 100644 --- a/build.sbt +++ b/build.sbt @@ -9,8 +9,8 @@ organization:= "gov.cdc.hl7" organizationName:= "CDC" scmInfo:= Some ( ScmInfo( - url("https://github.com/cdcgov/hl7-pet"), - "scm:git@github.com/cdcgov/hl7-pet.git" + url("https://github.com/CDCgov/hl7-pet"), + "scm:git@github.com/CDCgov/hl7-pet.git" ) ) @@ -19,7 +19,13 @@ developers := List( id="mcq1", name="Marcelo Caldas", email = "mcq1@cdc.com", - url = url ("https://github.com/cdcent/hl7-pet") + url = url ("https://github.com/mscaldas2012") + ), + Developer( + id="xhu8", + name="Seun", + email="xuh8@cdc.gov", + url=url("https://github.com/seun0925") ) ) diff --git a/project/build.sbt b/project/build.sbt index f967d41..1db3646 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -12,15 +12,6 @@ inThisBuild(List( ) )) -organization:= "gov.cdc.hl7" -organizationName:= "CDC" -scmInfo:= Some ( - ScmInfo( - url("https://github.com/cdcgov/hl7-pet"), - "scm:git@github.com/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") diff --git a/project/plugins.sbt b/project/plugins.sbt index 50bd4cf..78a9d9e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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") \ No newline at end of file +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")