diff options
Diffstat (limited to 'test/solr9-jetty-bridge-spike.sh')
| -rwxr-xr-x | test/solr9-jetty-bridge-spike.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/solr9-jetty-bridge-spike.sh b/test/solr9-jetty-bridge-spike.sh index 00eb0ff5c..510d9fc84 100755 --- a/test/solr9-jetty-bridge-spike.sh +++ b/test/solr9-jetty-bridge-spike.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -# Exercise the generated Solr 9.0 bridge. Run `ant compile` first. An optional +# Exercise the generated Solr 9.10 bridge. Run `ant compile` first. An optional # JETTY12_CLASSPATH verifies coexistence with already resolved Jetty 12 jars. set -eu @@ -36,4 +36,4 @@ javac --release 17 -cp "$classpath" -d "$work" \ java -cp "$work:$classpath" org.junit.runner.JUnitCore \ net.yacy.cora.federate.solr.connector.EmbeddedSolrConnectorTest -echo "PASS: integrated Solr 9.0 bridge starts, updates, queries and closes." +echo "PASS: integrated Solr 9.10 bridge starts, updates, queries and closes." |
