aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>