You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/02/27 15:22:24 UTC

lucene-solr:branch_6_4: SOLR-10192: Fix copy/paste in solr-ltr pom.xml template.

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6_4 f622d0ef2 -> 1791164d8


SOLR-10192: Fix copy/paste in solr-ltr pom.xml template.


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

Branch: refs/heads/branch_6_4
Commit: 1791164d8c234da64248462746e7c20bacdaeee5
Parents: f622d0e
Author: Christine Poerschke <cp...@apache.org>
Authored: Mon Feb 27 12:31:25 2017 +0000
Committer: Christine Poerschke <cp...@apache.org>
Committed: Mon Feb 27 15:21:50 2017 +0000

----------------------------------------------------------------------
 dev-tools/maven/solr/contrib/ltr/pom.xml.template | 10 +++++-----
 solr/CHANGES.txt                                  |  2 ++
 2 files changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1791164d/dev-tools/maven/solr/contrib/ltr/pom.xml.template
----------------------------------------------------------------------
diff --git a/dev-tools/maven/solr/contrib/ltr/pom.xml.template b/dev-tools/maven/solr/contrib/ltr/pom.xml.template
index 4de59a2..68b5eeb 100644
--- a/dev-tools/maven/solr/contrib/ltr/pom.xml.template
+++ b/dev-tools/maven/solr/contrib/ltr/pom.xml.template
@@ -29,7 +29,7 @@
   <groupId>org.apache.solr</groupId>
   <artifactId>solr-ltr</artifactId>
   <packaging>jar</packaging>
-  <name>Apache Solr Analytics Package</name>
+  <name>Apache Solr Learning to Rank Package</name>
   <description>
     Apache Solr Learning to Rank Package
   </description>
@@ -57,10 +57,10 @@
       <artifactId>solr-test-framework</artifactId>
       <scope>test</scope>
     </dependency>
-    @solr-analytics.internal.dependencies@
-    @solr-analytics.external.dependencies@
-    @solr-analytics.internal.test.dependencies@
-    @solr-analytics.external.test.dependencies@
+    @solr-ltr.internal.dependencies@
+    @solr-ltr.external.dependencies@
+    @solr-ltr.internal.test.dependencies@
+    @solr-ltr.external.test.dependencies@
   </dependencies>
   <build>
     <sourceDirectory>${module-path}/src/java</sourceDirectory>

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1791164d/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 42942ef..e8139b4 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -45,6 +45,8 @@ Bug Fixes
 
 * SOLR-10190: Fix NPE in CloudSolrClient when reading stale alias (Janosch Woschitz via Tom�s Fern�ndez L�bbe)
 
+* SOLR-10192: Fix copy/paste in solr-ltr pom.xml template. (Christine Poerschke)
+
 ==================  6.4.1 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.