You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2010/09/27 13:54:23 UTC

svn commit: r1001683 - in /jackrabbit/trunk: jackrabbit-parent/pom.xml test/performance/parent/pom.xml

Author: jukka
Date: Mon Sep 27 11:54:22 2010
New Revision: 1001683

URL: http://svn.apache.org/viewvc?rev=1001683&view=rev
Log:
JCR-2757: Maven 3 cleanups

Add empty <relativePath/> settings to avoid the default "../pom.xml" setting where it's not appropriate.

Modified:
    jackrabbit/trunk/jackrabbit-parent/pom.xml
    jackrabbit/trunk/test/performance/parent/pom.xml

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=1001683&r1=1001682&r2=1001683&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Mon Sep 27 11:54:22 2010
@@ -28,6 +28,7 @@
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>parent</artifactId>
     <version>5</version>
+    <relativePath/>
   </parent>
 
   <artifactId>jackrabbit-parent</artifactId>

Modified: jackrabbit/trunk/test/performance/parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/test/performance/parent/pom.xml?rev=1001683&r1=1001682&r2=1001683&view=diff
==============================================================================
--- jackrabbit/trunk/test/performance/parent/pom.xml (original)
+++ jackrabbit/trunk/test/performance/parent/pom.xml Mon Sep 27 11:54:22 2010
@@ -31,6 +31,7 @@
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>parent</artifactId>
     <version>5</version>
+    <relativePath/>
   </parent>
 
   <artifactId>jackrabbit-perf-parent</artifactId>