Skip to content

Commit

Permalink
Separate ontology version from project version
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Oct 7, 2024
1 parent 1a16689 commit e77af95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
<minor.version>1</minor.version>
<build.version>0</build.version>

<ontology.version>4.1.0</ontology.version>

<java.version>17</java.version>
<jena.version>4.2.0</jena.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/iguana.owx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
ontologyIRI="https://iguana-benchmark.eu/ontology/"
versionIRI="https://iguana-benchmark.eu/ontology/${revision}/">
versionIRI="https://iguana-benchmark.eu/ontology/${ontology.version}/">
<Prefix name="dc" IRI="http://purl.org/dc/elements/1.1/"/>
<Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
<Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
Expand Down

0 comments on commit e77af95

Please sign in to comment.