SLING-4698 - Set parent.relativePath to empty for all modules

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1678154 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/base/pom.xml b/base/pom.xml
index d0b7da8..5e85cad 100644
--- a/base/pom.xml
+++ b/base/pom.xml
@@ -24,7 +24,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>22</version>
-        <relativePath>../../../parent/pom.xml</relativePath>
+        <relativePath/>
     </parent>
 
     <artifactId>org.apache.sling.performance.base</artifactId>
diff --git a/jcr-resource-2.0.10/pom.xml b/jcr-resource-2.0.10/pom.xml
index a1ea1e1..e10a4ba 100644
--- a/jcr-resource-2.0.10/pom.xml
+++ b/jcr-resource-2.0.10/pom.xml
@@ -17,7 +17,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>22</version>
-        <relativePath>../../../parent/pom.xml</relativePath>
+        <relativePath/>
     </parent>
 
     <artifactId>org.apache.sling.performance.jcr.resource-2.0.10</artifactId>
diff --git a/jcr-resource-2.1.0/pom.xml b/jcr-resource-2.1.0/pom.xml
index d37a41e..86a7941 100644
--- a/jcr-resource-2.1.0/pom.xml
+++ b/jcr-resource-2.1.0/pom.xml
@@ -17,7 +17,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>22</version>
-        <relativePath>../../../parent/pom.xml</relativePath>
+        <relativePath/>
     </parent>
 
     <artifactId>org.apache.sling.performance.jcr.resource-2.1.0</artifactId>
diff --git a/jcr-resource-2.2.0/pom.xml b/jcr-resource-2.2.0/pom.xml
index 23a60b2..ec13ca9 100644
--- a/jcr-resource-2.2.0/pom.xml
+++ b/jcr-resource-2.2.0/pom.xml
@@ -17,7 +17,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>22</version>
-        <relativePath>../../../parent/pom.xml</relativePath>
+        <relativePath/>
     </parent>
 
     <artifactId>org.apache.sling.performance.jcr.resource-2.2.0</artifactId>
diff --git a/jcr-resource-2.2.10/pom.xml b/jcr-resource-2.2.10/pom.xml
index 2f0e77b..b969f9e 100644
--- a/jcr-resource-2.2.10/pom.xml
+++ b/jcr-resource-2.2.10/pom.xml
@@ -17,7 +17,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>22</version>
-        <relativePath>../../../parent/pom.xml</relativePath>
+        <relativePath/>
     </parent>
 
     <artifactId>org.apache.sling.performance.jcr.resource-2.2.10</artifactId>
diff --git a/tests/pom.xml b/tests/pom.xml
index 6499264..fe22637 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -16,7 +16,7 @@
 		<groupId>org.apache.sling</groupId>
 		<artifactId>sling</artifactId>
 		<version>22</version>
-		<relativePath>../../../parent/pom.xml</relativePath>
+		<relativePath/>
 	</parent>
 
 	<artifactId>org.apache.sling.performance.tests</artifactId>