Skip to content

Commit

Permalink
Update for #145
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Jan 20, 2020
1 parent 7c3dd34 commit 302cf3c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 35 deletions.
35 changes: 0 additions & 35 deletions build/bintray-config.template

This file was deleted.

32 changes: 32 additions & 0 deletions build/bintray/config.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"package": {
"vcs_url": "https://github.com/IBM/FHIR.git",
"repo": "${BINTRAY_REPO_NAME}",
"issue_tracker_url": "https://github.com/IBM/FHIR/issues",
"subject": "${BINTRAY_REPO_OWNER}",
"website_url": "https://github.com/IBM/FHIR",
"name": "${BINTRAY_PKG_NAME}"
},
"version": {
"name": "${BINTRAY_VERSION}"
},
"files": [
{
"includePattern": "${MODULE}/target/${MODULE}.jar",
"uploadPattern": "${BINTRAY_PATH}/${MODULE}.jar"
},
{
"includePattern": "${MODULE}/target/${MODULE}-sources.jar",
"uploadPattern": "${BINTRAY_PATH}/${MODULE}-sources.jar"
},
{
"includePattern": "${MODULE}/target/${MODULE}-javadoc.jar",
"uploadPattern": "${BINTRAY_PATH}/${MODULE}-javadoc.jar"
},
{
"includePattern": "${MODULE}/pom.xml",
"uploadPattern": "${BINTRAY_PATH}/${MODULE}.pom"
}
],
"publish": true
}

0 comments on commit 302cf3c

Please sign in to comment.