From 0ee752f700b4593fc331779cd35150493bd487fa Mon Sep 17 00:00:00 2001 From: Osma Suominen Date: Wed, 16 Feb 2022 09:20:47 +0200 Subject: [PATCH] Upgrade to newest Fuseki 4.4.0 for running unit tests --- tests/init_fuseki.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/init_fuseki.sh b/tests/init_fuseki.sh index 827ab1284..e4d5ca59b 100755 --- a/tests/init_fuseki.sh +++ b/tests/init_fuseki.sh @@ -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