LUCENE-8224: Fix typo in error message

This commit is contained in:
Alan Woodward 2018-03-26 16:32:28 +01:00
parent f2e3b109e6
commit f4fb19fdc9
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@
</condition>
</fail>
<fail message="Cannot run with ANT version 1.0.2 - see https://issues.apache.org/jira/browse/LUCENE-8189">
<fail message="Cannot run with ANT version 1.10.2 - see https://issues.apache.org/jira/browse/LUCENE-8189">
<condition>
<antversion exactly="1.10.2"/>
</condition>