Skip to content

Commit eead8c5

Browse files
committed
Increased version to 1.2.1.
1 parent 40a5f25 commit eead8c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>org.aksw</groupId>
2323
<artifactId>gerbil</artifactId>
24-
<version>1.2.0</version>
24+
<version>1.2.1</version>
2525
<name>General Entity Annotator Benchmark</name>
2626
<description>This project is a benchmark for entity annotation and disambiguation tools. It is based on the BAT-Framework of Cornolti et al.</description>
2727
<inceptionYear>2014</inceptionYear>

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
echo "Checking dependencies..."
44
file="gerbil_data/gerbil_data.zip"
5-
url="http://github.com/AKSW/gerbil/releases/download/v1.2.0/gerbil_data.zip"
5+
url="http://github.com/AKSW/gerbil/releases/download/v1.2.1/gerbil_data.zip"
66

77
mkdir -p "gerbil_data" || exit 1
88

0 commit comments

Comments
 (0)