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

This commit is contained in:
Christine Poerschke 2017-02-27 12:31:25 +00:00
parent ea37b9ae87
commit 048b24c64a
2 changed files with 7 additions and 5 deletions

View File

@ -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>

View File

@ -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.