diff --git a/dev-tools/maven/pom.xml.template b/dev-tools/maven/pom.xml.template index 1e05fcf8668..f838045b974 100644 --- a/dev-tools/maven/pom.xml.template +++ b/dev-tools/maven/pom.xml.template @@ -600,23 +600,10 @@ 2.4 - - - - - - ${project.groupId} - ${project.groupId} - ${project.name} - - ${base.specification.version}.${now.version} - The Apache Software Foundation - - ${project.version} ${svn.revision} - ${user.name} - ${now.timestamp} - The Apache Software Foundation - ${java.compat.version} - ${java.compat.version} - + + false + false + @@ -681,7 +668,7 @@ - + @@ -694,6 +681,7 @@ ${project.version} ${svn.revision} - ${user.name} - ${now.timestamp} The Apache Software Foundation + ${project.groupId} ${java.compat.version} ${java.compat.version} @@ -806,6 +794,23 @@ *;-split-package:=merge-first + + + + + + ${project.groupId} + ${project.groupId} + ${project.name} + + ${base.specification.version}.${now.version} + The Apache Software Foundation + + ${project.version} ${svn.revision} - ${user.name} - ${now.timestamp} + The Apache Software Foundation + ${project.groupId} + ${java.compat.version} + ${java.compat.version} diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index c49e1fd5ebb..3f66922b202 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -225,6 +225,11 @@ Changes in backwards compatibility policy * LUCENE-5170: Changed method signatures of Analyzer.ReuseStrategy to take Analyzer. Closeable interface was removed because the class was changed to be stateless. (Uwe Schindler, Robert Muir, Shay Banon) + +Build + +* SOLR-5159: Manifest includes non-parsed maven variables. + (Artem Karenko via Steve Rowe) ======================= Lucene 4.4.0 =======================