Move LUCENE-5217 and LUCENE-5322 entries to the 4.7 section

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1541355 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2013-11-13 02:06:37 +00:00
parent 99255ff0da
commit a595d71cec
1 changed files with 10 additions and 8 deletions

View File

@ -68,6 +68,16 @@ New Features
* LUCENE-5336: Add SimpleQueryParser: parser for human-entered queries.
(Jack Conradson via Robert Muir)
Build
* LUCENE-5217: Maven config: get dependencies from Ant+Ivy config; disable
transitive dependency resolution for all depended-on artifacts by putting
an exclusion for each transitive dependency in the <dependencyManagement>
section of the grandparent POM. (Steve Rowe)
* LUCENE-5322: Clean up / simplify Maven-related Ant targets.
(Steve Rowe)
======================= Lucene 4.6.0 =======================
New Features
@ -288,14 +298,6 @@ Build
should be identical across all distributions. (Steve Rowe, Uwe Schindler,
Shalin Shekhar Mangar)
* LUCENE-5217: Maven config: get dependencies from Ant+Ivy config; disable
transitive dependency resolution for all depended-on artifacts by putting
an exclusion for each transitive dependency in the <dependencyManagement>
section of the grandparent POM. (Steve Rowe)
* LUCENE-5322: Clean up / simplify Maven-related Ant targets.
(Steve Rowe)
* LUCENE-4753: Run forbidden-apis Ant task per module. This allows more
improvements and prevents OOMs after the number of class files
raised recently. (Uwe Schindler)