fixed parent pom relative path

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141628 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-06-30 17:14:27 +00:00
parent 9285e08bce
commit 842d97edac
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-parent</artifactId>
<version>@version@</version>
<relativePath>../../pom.xml</relativePath>
<relativePath>../../lucene/pom.xml</relativePath>
</parent>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-facet</artifactId>