You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/07/20 16:27:31 UTC

svn commit: r1612094 - /maven/site/trunk/pom.xml

Author: hboutemy
Date: Sun Jul 20 14:27:31 2014
New Revision: 1612094

URL: http://svn.apache.org/r1612094
Log:
remove local parent pom resolution since site.xml can't be resolved but is crucial for site rendering

Modified:
    maven/site/trunk/pom.xml

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=1612094&r1=1612093&r2=1612094&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Sun Jul 20 14:27:31 2014
@@ -24,7 +24,6 @@
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
     <version>25-SNAPSHOT</version>
-    <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
 
   <artifactId>maven-site</artifactId>