diff options
author | dyamon <dyamon@users.noreply.github.com> | 2021-10-22 18:31:33 +0000 |
---|---|---|
committer | GitHub Actions <actions@github.com> | 2021-10-22 18:31:33 +0000 |
commit | 5d07694a41c5d9f926accfbaee0c1620105e3cb8 (patch) | |
tree | 46e7298b1d52b6cb29cbff65c8d615f8d7a1b605 | |
parent | f0695f854ff6ae11b653661a6092fa25ce64f34a (diff) | |
download | RSAComb-5d07694a41c5d9f926accfbaee0c1620105e3cb8.tar.gz RSAComb-5d07694a41c5d9f926accfbaee0c1620105e3cb8.zip |
⬆ Update POM dependences
Signed-off-by: GitHub Actions <actions@github.com>
-rw-r--r-- | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |