You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2011/05/26 08:51:01 UTC

svn commit: r1127801 - /maven/plugins/trunk/maven-acr-plugin/pom.xml

Author: ltheussl
Date: Thu May 26 06:51:00 2011
New Revision: 1127801

URL: http://svn.apache.org/viewvc?rev=1127801&view=rev
Log:
fix relativePath

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

Modified: maven/plugins/trunk/maven-acr-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-acr-plugin/pom.xml?rev=1127801&r1=1127800&r2=1127801&view=diff
==============================================================================
--- maven/plugins/trunk/maven-acr-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-acr-plugin/pom.xml Thu May 26 06:51:00 2011
@@ -26,6 +26,7 @@ under the License.
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
     <version>19</version>
+    <relativePath>../maven-plugins/pom.xml</relativePath>
   </parent>
 
   <artifactId>maven-acr-plugin</artifactId>