You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/07/19 16:42:13 UTC

svn commit: r1148366 - /maven/plugins/trunk/maven-plugins/pom.xml

Author: dennisl
Date: Tue Jul 19 14:42:13 2011
New Revision: 1148366

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

Modified:
    maven/plugins/trunk/maven-plugins/pom.xml

Modified: maven/plugins/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1148366&r1=1148365&r2=1148366&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Tue Jul 19 14:42:13 2011
@@ -24,6 +24,7 @@ under the License.
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
     <version>21-SNAPSHOT</version>
+    <relativePath>../../pom/maven/pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>