Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single point version definition #285

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Single point version definition #285

wants to merge 4 commits into from

Conversation

nck-mlcnv
Copy link
Contributor

@nck-mlcnv nck-mlcnv commented Oct 1, 2024

Versioning:

  • Relocated schema/iguana.owx to src/main/resources/iguana.owx and updated the versionIRI to use the ${revision} placeholder (ontology version will be equal to the version of IGUANA)
  • Updated graalvm/generate-profile.sh to remove hardcoded version numbers and use dynamic naming for instrumented and PGO builds.
  • Added iguana.owx to the resources section in pom.xml for proper inclusion during the build process.

Deployment Workflow Updates:

  • Added steps to reuse artifacts from previous jobs for the ontology

Cleanup

  • Removed old schema images

@nck-mlcnv nck-mlcnv linked an issue Oct 1, 2024 that may be closed by this pull request
@nck-mlcnv nck-mlcnv self-assigned this Oct 1, 2024
Copy link
Member

@bigerl bigerl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx for the PR. Changes look good. There is only the part about independent versioning of IGUANA binaries and ontology.

@@ -220,6 +220,7 @@
<directory>${project.basedir}/src/main/resources/</directory>
<includes>
<include>start-iguana.sh</include>
<include>iguana.owx</include>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As just discussed, please have a separate version for the ontology. Please Also add an action that checks if the ontology was changed. If it was changed it should require to the ontology version to be raised and to be equal to the code version.

@@ -220,6 +220,7 @@
<directory>${project.basedir}/src/main/resources/</directory>
<includes>
<include>start-iguana.sh</include>
<include>iguana.owx</include>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also add the ontology version to iguana --version. Not sure if we defined the option yet. If not, please add.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Single point of version definition
2 participants