You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2015/05/21 12:40:19 UTC

svn commit: r1680813 - in /aries/trunk/jpa: itests/ itests/jpa-container-advancedtestbundle/ itests/jpa-container-blueprint-testbundle/ itests/jpa-container-itest/ itests/jpa-container-testbundle-eclipselink/ itests/jpa-container-testbundle/ jpa-parent/

Author: cschneider
Date: Thu May 21 10:40:19 2015
New Revision: 1680813

URL: http://svn.apache.org/r1680813
Log:
[ARIES-1325] Switch test bundles parent

Modified:
    aries/trunk/jpa/itests/jpa-container-advancedtestbundle/pom.xml
    aries/trunk/jpa/itests/jpa-container-blueprint-testbundle/pom.xml
    aries/trunk/jpa/itests/jpa-container-itest/pom.xml
    aries/trunk/jpa/itests/jpa-container-testbundle-eclipselink/pom.xml
    aries/trunk/jpa/itests/jpa-container-testbundle/pom.xml
    aries/trunk/jpa/itests/pom.xml
    aries/trunk/jpa/jpa-parent/pom.xml

Modified: aries/trunk/jpa/itests/jpa-container-advancedtestbundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/itests/jpa-container-advancedtestbundle/pom.xml?rev=1680813&r1=1680812&r2=1680813&view=diff
==============================================================================
--- aries/trunk/jpa/itests/jpa-container-advancedtestbundle/pom.xml (original)
+++ aries/trunk/jpa/itests/jpa-container-advancedtestbundle/pom.xml Thu May 21 10:40:19 2015
@@ -22,10 +22,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.aries</groupId>
-        <artifactId>parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
-        <relativePath>../../../parent/pom.xml</relativePath>
+        <groupId>org.apache.aries.jpa.itest</groupId>
+        <artifactId>org.apache.aries.jpa.itest.parent</artifactId>
+        <version>2.0.0-SNAPSHOT</version>
+        <relativePath>..</relativePath>
     </parent>
 
     <groupId>org.apache.aries.jpa</groupId>

Modified: aries/trunk/jpa/itests/jpa-container-blueprint-testbundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/itests/jpa-container-blueprint-testbundle/pom.xml?rev=1680813&r1=1680812&r2=1680813&view=diff
==============================================================================
--- aries/trunk/jpa/itests/jpa-container-blueprint-testbundle/pom.xml (original)
+++ aries/trunk/jpa/itests/jpa-container-blueprint-testbundle/pom.xml Thu May 21 10:40:19 2015
@@ -8,6 +8,7 @@
         <groupId>org.apache.aries.jpa.itest</groupId>
         <artifactId>org.apache.aries.jpa.itest.parent</artifactId>
         <version>2.0.0-SNAPSHOT</version>
+        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>org.apache.aries.jpa.container.itest.bundle.blueprint</artifactId>

Modified: aries/trunk/jpa/itests/jpa-container-itest/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/itests/jpa-container-itest/pom.xml?rev=1680813&r1=1680812&r2=1680813&view=diff
==============================================================================
--- aries/trunk/jpa/itests/jpa-container-itest/pom.xml (original)
+++ aries/trunk/jpa/itests/jpa-container-itest/pom.xml Thu May 21 10:40:19 2015
@@ -22,10 +22,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.aries</groupId>
-        <artifactId>parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
-        <relativePath>../../../parent/pom.xml</relativePath>
+        <groupId>org.apache.aries.jpa.itest</groupId>
+        <artifactId>org.apache.aries.jpa.itest.parent</artifactId>
+        <version>2.0.0-SNAPSHOT</version>
+        <relativePath>..</relativePath>
     </parent>
 
     <groupId>org.apache.aries.jpa</groupId>

Modified: aries/trunk/jpa/itests/jpa-container-testbundle-eclipselink/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/itests/jpa-container-testbundle-eclipselink/pom.xml?rev=1680813&r1=1680812&r2=1680813&view=diff
==============================================================================
--- aries/trunk/jpa/itests/jpa-container-testbundle-eclipselink/pom.xml (original)
+++ aries/trunk/jpa/itests/jpa-container-testbundle-eclipselink/pom.xml Thu May 21 10:40:19 2015
@@ -22,10 +22,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.aries</groupId>
-        <artifactId>parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
-        <relativePath>../../../parent/pom.xml</relativePath>
+        <groupId>org.apache.aries.jpa.itest</groupId>
+        <artifactId>org.apache.aries.jpa.itest.parent</artifactId>
+        <version>2.0.0-SNAPSHOT</version>
+        <relativePath>..</relativePath>
     </parent>
 
     <groupId>org.apache.aries.jpa</groupId>

Modified: aries/trunk/jpa/itests/jpa-container-testbundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/itests/jpa-container-testbundle/pom.xml?rev=1680813&r1=1680812&r2=1680813&view=diff
==============================================================================
--- aries/trunk/jpa/itests/jpa-container-testbundle/pom.xml (original)
+++ aries/trunk/jpa/itests/jpa-container-testbundle/pom.xml Thu May 21 10:40:19 2015
@@ -22,10 +22,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.aries</groupId>
-        <artifactId>parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
-        <relativePath>../../../parent/pom.xml</relativePath>
+        <groupId>org.apache.aries.jpa.itest</groupId>
+        <artifactId>org.apache.aries.jpa.itest.parent</artifactId>
+        <version>2.0.0-SNAPSHOT</version>
+        <relativePath>..</relativePath>
     </parent>
 
     <groupId>org.apache.aries.jpa</groupId>

Modified: aries/trunk/jpa/itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/itests/pom.xml?rev=1680813&r1=1680812&r2=1680813&view=diff
==============================================================================
--- aries/trunk/jpa/itests/pom.xml (original)
+++ aries/trunk/jpa/itests/pom.xml Thu May 21 10:40:19 2015
@@ -13,6 +13,7 @@
 		<groupId>org.apache.aries.jpa</groupId>	
 		<artifactId>org.apache.aries.jpa.parent</artifactId>
  		<version>2.0.0-SNAPSHOT</version>
+ 		<relativePath>../parent</relativePath>
 	</parent>
     
     <properties>

Modified: aries/trunk/jpa/jpa-parent/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-parent/pom.xml?rev=1680813&r1=1680812&r2=1680813&view=diff
==============================================================================
--- aries/trunk/jpa/jpa-parent/pom.xml (original)
+++ aries/trunk/jpa/jpa-parent/pom.xml Thu May 21 10:40:19 2015
@@ -3,8 +3,9 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.aries</groupId>
-        <version>2.0.1-SNAPSHOT</version>
         <artifactId>parent</artifactId>
+        <version>2.0.1-SNAPSHOT</version>
+        <relativePath>../parent</relativePath>
     </parent>
 
     <groupId>org.apache.aries.jpa</groupId>