aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordyamon <dyamon@users.noreply.github.com>2021-10-22 18:31:33 +0000
committerGitHub Actions <actions@github.com>2021-10-22 18:31:33 +0000
commit5d07694a41c5d9f926accfbaee0c1620105e3cb8 (patch)
tree46e7298b1d52b6cb29cbff65c8d615f8d7a1b605
parentf0695f854ff6ae11b653661a6092fa25ce64f34a (diff)
downloadRSAComb-5d07694a41c5d9f926accfbaee0c1620105e3cb8.tar.gz
RSAComb-5d07694a41c5d9f926accfbaee0c1620105e3cb8.zip
⬆ Update POM dependences
Signed-off-by: GitHub Actions <actions@github.com>
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 376d390..06073fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,6 +7,13 @@
7 <description>Re-implementation of the combined approach for CQ answering over RSA ontologies.</description> 7 <description>Re-implementation of the combined approach for CQ answering over RSA ontologies.</description>
8 <url>https://github.com/KRR-Oxford/RSAComb</url> 8 <url>https://github.com/KRR-Oxford/RSAComb</url>
9 <version>0.1.0</version> 9 <version>0.1.0</version>
10 <licenses>
11 <license>
12 <name>Apache 2</name>
13 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
14 <distribution>repo</distribution>
15 </license>
16 </licenses>
10 <name>RSAComb</name> 17 <name>RSAComb</name>
11 <organization> 18 <organization>
12 <name>Department of Computer Science - University of Oxford</name> 19 <name>Department of Computer Science - University of Oxford</name>