You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2011/12/31 12:13:45 UTC

svn commit: r1226064 - /maven/skins/trunk/maven-fluido-skin/pom.xml

Author: rfscholte
Date: Sat Dec 31 11:13:45 2011
New Revision: 1226064

URL: http://svn.apache.org/viewvc?rev=1226064&view=rev
Log:
Set relativePath to empty so the parent pom will be resolved from repository

Modified:
    maven/skins/trunk/maven-fluido-skin/pom.xml

Modified: maven/skins/trunk/maven-fluido-skin/pom.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1226064&r1=1226063&r2=1226064&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/pom.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/pom.xml Sat Dec 31 11:13:45 2011
@@ -22,6 +22,7 @@
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
     <version>21</version>
+    <relativePath></relativePath>
   </parent>
 
   <groupId>org.apache.maven.skins</groupId>