LUCENE-3232: artifactId lucene-common -> lucene-common-module

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140225 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-06-27 16:12:42 +00:00
parent 1f8995a540
commit b929c65d15
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-common</artifactId>
<artifactId>lucene-common-module</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>