mirror of https://github.com/apache/lucene.git
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:
parent
5b472b2d62
commit
f2a5f395d8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue