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/02/06 13:47:30 UTC

svn commit: r1067653 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: dennisl
Date: Sun Feb  6 12:47:29 2011
New Revision: 1067653

URL: http://svn.apache.org/viewvc?rev=1067653&view=rev
Log:
o Add relative path to parent.

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

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1067653&r1=1067652&r2=1067653&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Sun Feb  6 12:47:29 2011
@@ -26,6 +26,7 @@ under the License.
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
     <version>18</version>
+    <relativePath>../maven-plugins/pom.xml</relativePath>
   </parent>
 
   <artifactId>maven-assembly-plugin</artifactId>