You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2016/03/04 11:44:56 UTC

lucene-solr git commit: LUCENE-7064: Add attribution.

Repository: lucene-solr
Updated Branches:
  refs/heads/master 40aab73a4 -> a78ef1584


LUCENE-7064: Add attribution.


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

Branch: refs/heads/master
Commit: a78ef1584234a0a831f294f8ac2ebf9e8a7026fb
Parents: 40aab73
Author: Adrien Grand <jp...@gmail.com>
Authored: Fri Mar 4 11:44:22 2016 +0100
Committer: Adrien Grand <jp...@gmail.com>
Committed: Fri Mar 4 11:44:22 2016 +0100

----------------------------------------------------------------------
 lucene/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a78ef158/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 5939ae9..8e4b9fd 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -123,7 +123,7 @@ API Changes
   Alan Woodward)
 
 * LUCENE-7064: MultiPhraseQuery is now immutable and should be constructed
-  with MultiPhraseQuery.Builder.
+  with MultiPhraseQuery.Builder. (Luc Vanlerberghe via Adrien Grand)
 
 Optimizations