You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/07/30 10:14:37 UTC

svn commit: r1367021 - /archiva/redback/redback-components/trunk/redback-components-parent/pom.xml

Author: olamy
Date: Mon Jul 30 08:14:37 2012
New Revision: 1367021

URL: http://svn.apache.org/viewvc?rev=1367021&view=rev
Log:
fix relativePath warning with maven3

Modified:
    archiva/redback/redback-components/trunk/redback-components-parent/pom.xml

Modified: archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/redback-components-parent/pom.xml?rev=1367021&r1=1367020&r2=1367021&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/redback-components-parent/pom.xml (original)
+++ archiva/redback/redback-components/trunk/redback-components-parent/pom.xml Mon Jul 30 08:14:37 2012
@@ -23,6 +23,7 @@
     <groupId>org.apache.archiva</groupId>
     <artifactId>archiva-parent</artifactId>
     <version>9-SNAPSHOT</version>
+    <relativePath></relativePath>
   </parent>
   <groupId>org.apache.archiva.redback.components</groupId>
   <artifactId>redback-components</artifactId>