Skip to content

JPL-IMCE/gov.nasa.jpl.imce.ontologies.tools

Repository files navigation

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>

About

A Collection of Tools for Processing Ontologies

Resources

Stars

Watchers

Forks

Packages

No packages published