Author: justin
Date: Thu Jul 21 22:36:54 2011
New Revision: 1149394

URL: http://svn.apache.org/viewvc?rev=1149394&view=rev
Log:
SLING-2153 - fixing parent path reference

Modified:
    sling/trunk/bundles/extensions/framework-extension-transaction/pom.xml
    sling/trunk/bundles/extensions/framework-extension-xml/pom.xml
    sling/trunk/testing/junit/core/pom.xml
    sling/trunk/testing/junit/remote/pom.xml
    sling/trunk/testing/junit/scriptable/pom.xml
    sling/trunk/testing/samples/failing-tests/pom.xml
    sling/trunk/testing/samples/integration-tests/pom.xml
    sling/trunk/testing/samples/sample-tests/pom.xml
    sling/trunk/testing/tools/pom.xml

Modified: sling/trunk/bundles/extensions/framework-extension-transaction/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/framework-extension-transaction/pom.xml?rev=1149394&r1=1149393&r2=1149394&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/framework-extension-transaction/pom.xml 
(original)
+++ sling/trunk/bundles/extensions/framework-extension-transaction/pom.xml Thu 
Jul 21 22:36:54 2011
@@ -24,7 +24,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>11-SNAPSHOT</version>
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.sling.fragment.transaction</artifactId>

Modified: sling/trunk/bundles/extensions/framework-extension-xml/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/framework-extension-xml/pom.xml?rev=1149394&r1=1149393&r2=1149394&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/framework-extension-xml/pom.xml (original)
+++ sling/trunk/bundles/extensions/framework-extension-xml/pom.xml Thu Jul 21 
22:36:54 2011
@@ -24,7 +24,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>11-SNAPSHOT</version>
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.sling.fragment.xml</artifactId>

Modified: sling/trunk/testing/junit/core/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/testing/junit/core/pom.xml?rev=1149394&r1=1149393&r2=1149394&view=diff
==============================================================================
--- sling/trunk/testing/junit/core/pom.xml (original)
+++ sling/trunk/testing/junit/core/pom.xml Thu Jul 21 22:36:54 2011
@@ -24,6 +24,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>11-SNAPSHOT</version>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.sling.junit.core</artifactId>

Modified: sling/trunk/testing/junit/remote/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/testing/junit/remote/pom.xml?rev=1149394&r1=1149393&r2=1149394&view=diff
==============================================================================
--- sling/trunk/testing/junit/remote/pom.xml (original)
+++ sling/trunk/testing/junit/remote/pom.xml Thu Jul 21 22:36:54 2011
@@ -24,6 +24,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>11-SNAPSHOT</version>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.sling.junit.remote</artifactId>

Modified: sling/trunk/testing/junit/scriptable/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/testing/junit/scriptable/pom.xml?rev=1149394&r1=1149393&r2=1149394&view=diff
==============================================================================
--- sling/trunk/testing/junit/scriptable/pom.xml (original)
+++ sling/trunk/testing/junit/scriptable/pom.xml Thu Jul 21 22:36:54 2011
@@ -24,6 +24,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>11-SNAPSHOT</version>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.sling.junit.scriptable</artifactId>

Modified: sling/trunk/testing/samples/failing-tests/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/testing/samples/failing-tests/pom.xml?rev=1149394&r1=1149393&r2=1149394&view=diff
==============================================================================
--- sling/trunk/testing/samples/failing-tests/pom.xml (original)
+++ sling/trunk/testing/samples/failing-tests/pom.xml Thu Jul 21 22:36:54 2011
@@ -24,6 +24,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>11-SNAPSHOT</version>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.sling.testing.samples.failingtests</artifactId>

Modified: sling/trunk/testing/samples/integration-tests/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/testing/samples/integration-tests/pom.xml?rev=1149394&r1=1149393&r2=1149394&view=diff
==============================================================================
--- sling/trunk/testing/samples/integration-tests/pom.xml (original)
+++ sling/trunk/testing/samples/integration-tests/pom.xml Thu Jul 21 22:36:54 
2011
@@ -24,6 +24,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>11-SNAPSHOT</version>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.sling.testing.samples.integrationtests</artifactId>

Modified: sling/trunk/testing/samples/sample-tests/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/testing/samples/sample-tests/pom.xml?rev=1149394&r1=1149393&r2=1149394&view=diff
==============================================================================
--- sling/trunk/testing/samples/sample-tests/pom.xml (original)
+++ sling/trunk/testing/samples/sample-tests/pom.xml Thu Jul 21 22:36:54 2011
@@ -24,6 +24,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>11-SNAPSHOT</version>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.sling.testing.samples.sampletests</artifactId>

Modified: sling/trunk/testing/tools/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/testing/tools/pom.xml?rev=1149394&r1=1149393&r2=1149394&view=diff
==============================================================================
--- sling/trunk/testing/tools/pom.xml (original)
+++ sling/trunk/testing/tools/pom.xml Thu Jul 21 22:36:54 2011
@@ -24,6 +24,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>11-SNAPSHOT</version>
+        <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.sling.testing.tools</artifactId>


Reply via email to