Skip to content

Commit

Permalink
Increased the version of the gerbil.nif.transfer library used. Update…
Browse files Browse the repository at this point in the history
…d the start script for version 1.2.5.
  • Loading branch information
MichaelRoeder committed Mar 2, 2017
1 parent 72ab52d commit a664f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.aksw</groupId>
<artifactId>gerbil.nif.transfer</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.2.3</version>
</dependency>
<!-- Jena for using JSON-LD -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function yesno()
# Check for dependencies
echo "Checking dependencies..."
file="gerbil_data/gerbil_data.zip"
url="https://github.com/AKSW/gerbil/releases/download/v1.2.4/gerbil_data.zip"
url="https://github.com/AKSW/gerbil/releases/download/v1.2.5/gerbil_data.zip"

if [ ! -d "gerbil_data" ]; then
mkdir -p "gerbil_data" || error "Could not create gerbil_data directory"
Expand Down

0 comments on commit a664f06

Please sign in to comment.