From 43d573f7fbfb36dce5f6d9016ccca2ddd9936e97 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Thu, 19 May 2022 16:06:57 +0100 Subject: bump: RSAComb v1.1.0 --- .github/workflows/pom.yml | 2 +- README.md | 4 ++-- build.sbt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pom.yml b/.github/workflows/pom.yml index 60b7411..bcd5e98 100644 --- a/.github/workflows/pom.yml +++ b/.github/workflows/pom.yml @@ -26,7 +26,7 @@ jobs: with: commit_user_name: GitHub POM Action commit_user_email: "gh-pom@github.com" - commit_message: "⬆ Update POM dependences" + commit_message: "bump(pom): update dependences" commit_options: '--no-verify --signoff' file_pattern: pom.xml diff --git a/README.md b/README.md index 3903c66..a177557 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ In order to use this program you need to have [RDFox](https://www.oxfordsemantic RDFox is proprietary software and as such we are not able to distribute it along with our code. Please refer to [this link](https://www.oxfordsemantic.tech/tryrdfoxforfree) to request a free trial. -This software has been developed and tested with RDFox v5.2.1 +This software has been developed and tested with RDFox v5.5 ## Changes introduced @@ -184,7 +184,7 @@ We also provide a convenient `simulate.rdfox` RDFox script that can be used to l Let's suppose you run the following command from the root of the project ```{.sh} -java -cp lib/JRDFox.jar:target/scala-2.13/RSAComb-assembly-1.0.0.jar uk.ac.ox.cs.rsacomb.RSAComb -l verbose -o tests/lubm/univ-bench.owl -d tests/lubm/data/lubm1.ttl -q tests/lubm/queries.sparql +java -cp lib/JRDFox.jar:target/scala-2.13/RSAComb-assembly-1.1.0.jar uk.ac.ox.cs.rsacomb.RSAComb -l verbose -o tests/lubm/univ-bench.owl -d tests/lubm/data/lubm1.ttl -q tests/lubm/queries.sparql ``` This will answers all the queries in `tests/lubm/queries.sparql` and generate debug information in a new folder in the current working directory (let's say, `rsacomb-20211005120845/`). diff --git a/build.sbt b/build.sbt index 99788c8..48fd459 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import Dependencies._ ThisBuild / scalaVersion := "2.13.4" -ThisBuild / version := "1.0.0" +ThisBuild / version := "1.1.0" ThisBuild / organization := "uk.ac.ox.cs.rsacomb" ThisBuild / organizationName := "Department of Computer Science - University of Oxford" ThisBuild / organizationHomepage := Some(url("https://www.cs.ox.ac.uk")) -- cgit v1.2.3