Skip to content

Commit

Permalink
Upgrade to newest Fuseki 4.4.0 for running unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
osma committed Feb 16, 2022
1 parent ddf35d7 commit 0ee752f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/init_fuseki.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Note: This script must be sourced from within bash, e.g. ". init_fuseki.sh"

FUSEKI_VERSION=${FUSEKI_VERSION:-4.0.0}
FUSEKI_VERSION=${FUSEKI_VERSION:-4.4.0}

if [ "$FUSEKI_VERSION" = "SNAPSHOT" ]; then
# find out the latest snapshot version and its download URL by parsing Apache directory listings
Expand Down

0 comments on commit 0ee752f

Please sign in to comment.