Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.57 KB

File metadata and controls

41 lines (26 loc) · 1.57 KB

A Collection of Tools for Processing Ontologies Edit

CI: Build Status

Maven: Download

Publishing a new version

The publishing workflow executes only for tagged version commits from the github repo.

Packaging & Uploading

git tag -s -m"<version>" <version>
git push origin <version>

Travis-CI will execute the scripts/travis-deploy.sh script that uses SBT to:

  • create a zip artifact of all the tools
  • upload this artifact to the bintray repo

Publishing

Use the JFrog CLI to publish the uploaded version:

jfrog bt vp jpl-imce/gov.nasa.jpl.imce/gov.nasa.jpl.imce.ontologies.tools/<version>

Republishing a tagged version

If for some reason the uploaded version is not satisfactory or needs to be rebuild:

  • Delete the uploaded and/or published version:
jfrog bt vd jpl-imce/gov.nasa.jpl.imce/gov.nasa.jpl.imce.ontologies.tools/<version>