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:
Michael Busch 2009-01-01 15:02:48 +00:00
parent 72725a0b58
commit c9e7642bae
1 changed files with 3 additions and 3 deletions

View File

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