Skip to content

Commit

Permalink
Merge pull request #1273 from NatLibFi/tests-fuseki-4.4.0
Browse files Browse the repository at this point in the history
Upgrade to newest Fuseki 4.4.0 for running unit tests
  • Loading branch information
osma authored Feb 16, 2022
2 parents ddf35d7 + 0ee752f commit 841dc1b
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 841dc1b

Please sign in to comment.