Skip to content

Commit 7a5528b

Browse files
author
TortugaAttack
committed
Merge branch 'QuestionAnswering' of https://github.com/AKSW/gerbil.git into QuestionAnswering
2 parents 286ba78 + 75052e4 commit 7a5528b

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

pom.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>org.aksw</groupId>
23-
<artifactId>gerbil</artifactId>
24-
<version>1.2.3-QA-RC1</version>
25-
<name>General Entity Annotator Benchmark</name>
23+
<artifactId>gerbil-qa</artifactId>
24+
<version>0.1.0</version>
25+
<name>General Entity Annotator Benchmark - Question Answering Extension</name>
2626
<description>This project is a benchmark for entity annotation and disambiguation tools extended towards question answering.</description>
2727
<inceptionYear>2014</inceptionYear>
2828

2929
<properties>
30-
<java.version>1.7</java.version>
30+
<java.version>1.7</java.version>
3131
<slf4j.version>1.7.6</slf4j.version>
3232
<junit.version>4.11</junit.version>
3333
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3434
<spring.version>3.2.17.RELEASE</spring.version>
3535
<jena.version>2.13.0</jena.version>
36-
<jsonld-java-jena.version>0.4.1</jsonld-java-jena.version>
36+
<jsonld-java-jena.version>0.4.1</jsonld-java-jena.version>
3737
</properties>
3838

3939
<repositories>
@@ -63,7 +63,7 @@
6363
<!-- NIF transfer lib -->
6464
<dependency>
6565
<groupId>org.aksw</groupId>
66-
<artifactId>gerbil.nif.transfer</artifactId>
66+
<artifactId>gerbil.nif.transfer</artifactId>
6767
<version>1.2.1</version>
6868
</dependency>
6969
<!-- Jena for using JSON-LD -->
@@ -100,7 +100,7 @@
100100
<groupId>ch.qos.logback</groupId>
101101
<artifactId>logback-classic</artifactId>
102102
</exclusion>
103-
</exclusions>
103+
</exclusions>
104104
</dependency>
105105

106106
<!-- NERD -->
@@ -116,7 +116,7 @@
116116
<artifactId>slf4j-api</artifactId>
117117
<version>${slf4j.version}</version>
118118
</dependency>
119-
<!-- slf4j: Logging Binding - is already contained in aida -->
119+
<!-- slf4j: Logging Binding - is already contained in aida -->
120120
<dependency>
121121
<groupId>org.slf4j</groupId>
122122
<artifactId>slf4j-log4j12</artifactId>
@@ -211,8 +211,8 @@
211211
<groupId>edu.stanford</groupId>
212212
<artifactId>stanpost341</artifactId>
213213
<version>3.4.1</version>
214-
</dependency>
215-
214+
</dependency>
215+
216216
<!-- File Upload -->
217217
<dependency>
218218
<groupId>commons-fileupload</groupId>
@@ -288,7 +288,7 @@
288288
<groupId>org.hsqldb</groupId>
289289
<artifactId>hsqldb</artifactId>
290290
<version>2.3.2</version>
291-
</dependency>
291+
</dependency>
292292
<!-- H2 in-memory SQL DB -->
293293
<dependency>
294294
<groupId>com.h2database</groupId>
@@ -304,7 +304,7 @@
304304
</dependency>
305305

306306
<!-- FOX -->
307-
<dependency>
307+
<dependency>
308308
<groupId>org.apache.httpcomponents</groupId>
309309
<artifactId>fluent-hc</artifactId>
310310
<version>4.4</version>
@@ -317,7 +317,7 @@
317317
<dependency>
318318
<groupId>org.apache.httpcomponents</groupId>
319319
<artifactId>httpclient</artifactId>
320-
<version>4.4</version>
320+
<version>4.4</version>
321321
</dependency>
322322
<dependency>
323323
<groupId>org.json</groupId>
@@ -355,10 +355,10 @@
355355
<artifactId>license-maven-plugin</artifactId>
356356
<version>2.6</version>
357357
<configuration>
358-
<header>com/mycila/maven/plugin/license/templates/LGPL-3.txt</header>
359-
<properties>
360-
<owner>Agile Knowledge Engineering and Semantic Web (AKSW)
361-
358+
<header>com/mycila/maven/plugin/license/templates/LGPL-3.txt</header>
359+
<properties>
360+
<owner>Agile Knowledge Engineering and Semantic Web (AKSW)
361+
362362
</properties>
363363
<excludes>
364364
<exclude>**/README</exclude>
@@ -375,7 +375,7 @@
375375
<exclude>src/test/resources/**</exclude>
376376
</excludes>
377377
</configuration>
378-
</plugin>
378+
</plugin>
379379
<!-- Maven Exec Plugin -->
380380
<plugin>
381381
<groupId>org.codehaus.mojo</groupId>
@@ -418,7 +418,7 @@
418418
</goals>
419419
</execution>
420420
</executions>
421-
</plugin>
421+
</plugin>
422422
</plugins>
423423

424424
<resources>

0 commit comments

Comments
 (0)