You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-commits@maven.apache.org by de...@apache.org on 2011/02/08 20:37:19 UTC

svn commit: r1068540 - /maven/scm/trunk/maven-scm-plugin/pom.xml

Author: dennisl
Date: Tue Feb  8 19:37:19 2011
New Revision: 1068540

URL: http://svn.apache.org/viewvc?rev=1068540&view=rev
Log:
Add relativePath to parent.

Modified:
    maven/scm/trunk/maven-scm-plugin/pom.xml

Modified: maven/scm/trunk/maven-scm-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-plugin/pom.xml?rev=1068540&r1=1068539&r2=1068540&view=diff
==============================================================================
--- maven/scm/trunk/maven-scm-plugin/pom.xml (original)
+++ maven/scm/trunk/maven-scm-plugin/pom.xml Tue Feb  8 19:37:19 2011
@@ -26,6 +26,7 @@
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
     <version>18</version>
+    <relativePath>../../plugins/maven-plugins/pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>