You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/05/15 16:24:00 UTC

svn commit: r1103390 - /lucene/dev/trunk/dev-tools/maven/pom.xml.template

Author: sarowe
Date: Sun May 15 14:24:00 2011
New Revision: 1103390

URL: http://svn.apache.org/viewvc?rev=1103390&view=rev
Log:
SOLR-2518: override default grandparent POM's parent POM location to force download from the remote repository

Modified:
    lucene/dev/trunk/dev-tools/maven/pom.xml.template

Modified: lucene/dev/trunk/dev-tools/maven/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/maven/pom.xml.template?rev=1103390&r1=1103389&r2=1103390&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/maven/pom.xml.template (original)
+++ lucene/dev/trunk/dev-tools/maven/pom.xml.template Sun May 15 14:24:00 2011
@@ -24,6 +24,7 @@
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
     <version>8</version>
+    <relativePath/>
   </parent>
   <groupId>org.apache.lucene</groupId>
   <artifactId>lucene-solr-grandparent</artifactId>