diff options
author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2021-11-18 16:57:58 +0000 |
---|---|---|
committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2021-11-18 16:57:58 +0000 |
commit | 490377a9c123f1ba8259b4804dc0329adf051eaf (patch) | |
tree | d32d099b115339b50232d1dc2d154fb2066e2d0c | |
parent | dad80310df14996fa196032ef1854d87d1bf74b0 (diff) | |
download | RSAComb-490377a9c123f1ba8259b4804dc0329adf051eaf.tar.gz RSAComb-490377a9c123f1ba8259b4804dc0329adf051eaf.zip |
Bump version to 1.0.0
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | build.sbt | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -184,7 +184,7 @@ We also provide a convenient `simulate.rdfox` RDFox script that can be used to l | |||
184 | 184 | ||
185 | Let's suppose you run the following command from the root of the project | 185 | Let's suppose you run the following command from the root of the project |
186 | ```{.sh} | 186 | ```{.sh} |
187 | java -cp lib/JRDFox.jar:target/scala-2.13/RSAComb-assembly-0.2.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 | 187 | 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 |
188 | ``` | 188 | ``` |
189 | 189 | ||
190 | 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/`). | 190 | 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/`). |
@@ -1,7 +1,7 @@ | |||
1 | import Dependencies._ | 1 | import Dependencies._ |
2 | 2 | ||
3 | ThisBuild / scalaVersion := "2.13.4" | 3 | ThisBuild / scalaVersion := "2.13.4" |
4 | ThisBuild / version := "0.2.0" | 4 | ThisBuild / version := "1.0.0" |
5 | ThisBuild / organization := "uk.ac.ox.cs.rsacomb" | 5 | ThisBuild / organization := "uk.ac.ox.cs.rsacomb" |
6 | ThisBuild / organizationName := "Department of Computer Science - University of Oxford" | 6 | ThisBuild / organizationName := "Department of Computer Science - University of Oxford" |
7 | ThisBuild / organizationHomepage := Some(url("https://www.cs.ox.ac.uk")) | 7 | ThisBuild / organizationHomepage := Some(url("https://www.cs.ox.ac.uk")) |