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:19 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7_3 ad93c1c48 -> a494138d6
  refs/heads/master f2e3b109e -> f4fb19fdc


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/f4fb19fd
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/f4fb19fd
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/f4fb19fd

Branch: refs/heads/master
Commit: f4fb19fdc9e2a17f1819c6dcbe1a86bb50691533
Parents: f2e3b10
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:28 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/f4fb19fd/lucene/common-build.xml
----------------------------------------------------------------------
diff --git a/lucene/common-build.xml b/lucene/common-build.xml
index 05af24e..cdd4f4f 100644
--- a/lucene/common-build.xml
+++ b/lucene/common-build.xml
@@ -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>


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

Posted by ro...@apache.org.
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>