Fix pom.xml.template of remote contrib to have the correct artifactId

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@784674 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Busch 2009-06-15 07:33:57 +00:00
parent 5b472b2d62
commit f2a5f395d8
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<version>@version@</version>
</parent>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-regex</artifactId>
<artifactId>lucene-remote</artifactId>
<name>Lucene Remote</name>
<version>@version@</version>
<description>Remote Searchable based on RMI</description>