mirror of https://github.com/apache/lucene.git
SOLR-10192: Fix copy/paste in solr-ltr pom.xml template.
This commit is contained in:
parent
ea37b9ae87
commit
048b24c64a
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue