You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2017/02/04 17:55:59 UTC

[4/6] lucene-solr:branch_6x: SOLR-10023: add CHANGES entry

SOLR-10023: add CHANGES entry


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

Branch: refs/heads/branch_6x
Commit: 7ccbc24edfdace9ae9cea9e889e8a6c470a31012
Parents: 301deb3
Author: Steve Rowe <sa...@apache.org>
Authored: Sat Feb 4 12:54:14 2017 -0500
Committer: Steve Rowe <sa...@apache.org>
Committed: Sat Feb 4 12:54:14 2017 -0500

----------------------------------------------------------------------
 lucene/CHANGES.txt | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/7ccbc24e/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index b8c29ff..7a7124e 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -92,6 +92,10 @@ Build
 
 * LUCENE-7665: Remove grouping dependency from the join module.
   (Martijn van Groningen)
+  
+* SOLR-10023: Add non-recursive 'test-nocompile' target: Only runs unit tests.
+  Jars are not downloaded; compilation is not updated; and Clover is not enabled.
+  (Steve Rowe)
 
 Other