mirror of https://github.com/apache/lucene.git
Fix pom.xml.template of spatial search contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@730552 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
72725a0b58
commit
c9e7642bae
|
@ -28,10 +28,10 @@
|
|||
<version>@version@</version>
|
||||
</parent>
|
||||
<groupId>org.apache.lucene</groupId>
|
||||
<artifactId>lucene-instantiated</artifactId>
|
||||
<name>Lucene InstantiatedIndex</name>
|
||||
<artifactId>lucene-spatial</artifactId>
|
||||
<name>Lucene Spatial</name>
|
||||
<version>@version@</version>
|
||||
<description>InstantiatedIndex, alternative RAM store for small corpora.</description>
|
||||
<description>Spatial search package.</description>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue