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>