How to update the version number - ConstantB/ontop-spatial GitHub Wiki

How to update the version number

Update Version number

  • Update pom.xml files by Maven plugin:
$ mvn versions:set -DnewVersion=2.0.0-SNAPSHOT 
  • Update /ontop/obdalib-core/bin/src/main/resources/it/unibz/krdb/obda/utils/version.properties
pluginVersion=1.10.0.SNAPSHOT
  • Update /ontop/ontop-protege4/src/main/resources/plugin.xml
<extension id="quest.reasoner.factory"
             point="org.protege.editor.owl.inference_reasonerfactory">
    <name value="Quest 2.0.0-SNAPSHOT (ontop)"/>
    <class value="it.unibz.krdb.obda.protege4.core.ProtegeOBDAOWLReformulationPlatformFactory"/>
</extension>
  • Update the build script
⚠️ **GitHub.com Fallback** ⚠️