You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2017/03/01 09:27:37 UTC

[29/50] [abbrv] lucene-solr:jira/solr-9858: SOLR-10192: Fix copy/paste in solr-ltr pom.xml template.

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/048b24c6
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/048b24c6
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/048b24c6

Branch: refs/heads/jira/solr-9858
Commit: 048b24c64a9b1a41e2f7c2bd3ca1c818ddd916df
Parents: ea37b9a
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 12:31:25 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/048b24c6/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/048b24c6/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index e06603c..546b484 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -280,6 +280,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.