You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2018/03/26 15:33:20 UTC

[2/2] lucene-solr:branch_7_3: LUCENE-8224: Fix typo in error message

LUCENE-8224: Fix typo in error message


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/a494138d
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/a494138d
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/a494138d

Branch: refs/heads/branch_7_3
Commit: a494138d609b53e5a36745fa2cc86d86cfe5d2ea
Parents: ad93c1c
Author: Alan Woodward <ro...@apache.org>
Authored: Mon Mar 26 16:32:28 2018 +0100
Committer: Alan Woodward <ro...@apache.org>
Committed: Mon Mar 26 16:32:53 2018 +0100

----------------------------------------------------------------------
 lucene/common-build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a494138d/lucene/common-build.xml
----------------------------------------------------------------------
diff --git a/lucene/common-build.xml b/lucene/common-build.xml
index f3cf1d0..84ecf04 100644
--- a/lucene/common-build.xml
+++ b/lucene/common-build.xml
@@ -282,7 +282,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>