From 8a6d1df2d410b6885ba14601de6316bcd9771a94 Mon Sep 17 00:00:00 2001 From: bigerl Date: Mon, 16 Sep 2024 13:06:23 +0200 Subject: [PATCH] version bump --- graalvm/generate-profile.sh | 6 +++--- pom.xml | 2 +- schema/iguana.owx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graalvm/generate-profile.sh b/graalvm/generate-profile.sh index 5960767e..8822f673 100755 --- a/graalvm/generate-profile.sh +++ b/graalvm/generate-profile.sh @@ -40,21 +40,21 @@ if [ -z "$SUITE" ]; then fi # Instrument the application -"$GRAALVM_HOME"/bin/native-image --pgo-instrument "$ARGUMENTS" -jar ./target/iguana.jar -o "./target/iguana-4.0.0-instrumented" +"$GRAALVM_HOME"/bin/native-image --pgo-instrument "$ARGUMENTS" -jar ./target/iguana.jar -o "./target/iguana-4.1.0-instrumented" if [ $? -ne 0 ]; then echo "Error while instrumenting the application." exit 1 fi # Generate the profile -./target/iguana-4.0.0-instrumented -XX:ProfilesDumpFile=custom.iprof "$SUITE" +./target/iguana-4.1.0-instrumented -XX:ProfilesDumpFile=custom.iprof "$SUITE" if [ $? -ne 0 ]; then echo "Error while generating the profile." exit 1 fi # Compile the application with the profile -"$GRAALVM_HOME"/bin/native-image --pgo=custom.iprof "$ARGUMENTS" -jar ./target/iguana.jar -o "./target/iguana-4.0.0-pgo" +"$GRAALVM_HOME"/bin/native-image --pgo=custom.iprof "$ARGUMENTS" -jar ./target/iguana.jar -o "./target/iguana-4.1.0-pgo" if [ $? -ne 0 ]; then echo "Error while compiling the application." exit 1 diff --git a/pom.xml b/pom.xml index 8024e52c..b4b9049e 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ ${major.minor.version}.${build.version} ${major.version}.${minor.version} 4 - 0 + 1 0 17 diff --git a/schema/iguana.owx b/schema/iguana.owx index 9ae016f2..8a70dc8f 100644 --- a/schema/iguana.owx +++ b/schema/iguana.owx @@ -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/4.0.0/"> + versionIRI="https://iguana-benchmark.eu/ontology/4.1.0/"> @@ -48,7 +48,7 @@ - 4.0.0 + 4.1.0