You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jb...@apache.org on 2014/06/10 15:57:43 UTC

svn commit: r1601636 - in /aries/trunk: jpa/jpa-container-testbundle-eclipselink/ sandbox/samples/ subsystem/subsystem-example/ subsystem/subsystem-example/subsystem-helloIsolation/ subsystem/subsystem-example/subsystem-helloIsolationRef/ subsystem/sub...

Author: jbonofre
Date: Tue Jun 10 13:57:43 2014
New Revision: 1601636

URL: http://svn.apache.org/r1601636
Log:
[ARIES-1006] Upgrade to parent 1.0.1-SNAPSHOT

Modified:
    aries/trunk/jpa/jpa-container-testbundle-eclipselink/pom.xml
    aries/trunk/sandbox/samples/pom.xml
    aries/trunk/subsystem/subsystem-example/pom.xml
    aries/trunk/subsystem/subsystem-example/subsystem-helloIsolation/pom.xml
    aries/trunk/subsystem/subsystem-example/subsystem-helloIsolationRef/pom.xml
    aries/trunk/subsystem/subsystem-executor/pom.xml
    aries/trunk/subsystem/subsystem-install/pom.xml
    aries/trunk/subsystem/subsystem-itests/pom.xml
    aries/trunk/subsystem/subsystem-scope-api/pom.xml
    aries/trunk/subsystem/subsystem-scope-impl/pom.xml
    aries/trunk/subsystem/subsystem-scope-itests/pom.xml
    aries/trunk/versioning/versioning-checker/pom.xml
    aries/trunk/versioning/versioning-plugin/pom.xml

Modified: aries/trunk/jpa/jpa-container-testbundle-eclipselink/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-container-testbundle-eclipselink/pom.xml?rev=1601636&r1=1601635&r2=1601636&view=diff
==============================================================================
--- aries/trunk/jpa/jpa-container-testbundle-eclipselink/pom.xml (original)
+++ aries/trunk/jpa/jpa-container-testbundle-eclipselink/pom.xml Tue Jun 10 13:57:43 2014
@@ -23,9 +23,9 @@
 
     <parent>
         <groupId>org.apache.aries</groupId>
-        <artifactId>java5-parent</artifactId>
-        <version>1.0.0</version>
-        <relativePath/>
+        <artifactId>parent</artifactId>
+        <version>1.0.1-SNAPSHOT</version>
+        <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.aries.jpa</groupId>

Modified: aries/trunk/sandbox/samples/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/sandbox/samples/pom.xml?rev=1601636&r1=1601635&r2=1601636&view=diff
==============================================================================
--- aries/trunk/sandbox/samples/pom.xml (original)
+++ aries/trunk/sandbox/samples/pom.xml Tue Jun 10 13:57:43 2014
@@ -19,8 +19,9 @@
 
     <parent>
         <groupId>org.apache.aries</groupId>
-        <artifactId>java5-parent</artifactId>
-        <version>0.4-SNAPSHOT</version>
+        <artifactId>parent</artifactId>
+        <version>1.0.1-SNAPSHOT</version>
+        <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>

Modified: aries/trunk/subsystem/subsystem-example/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-example/pom.xml?rev=1601636&r1=1601635&r2=1601636&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-example/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-example/pom.xml Tue Jun 10 13:57:43 2014
@@ -20,9 +20,9 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.aries</groupId>
-        <artifactId>java5-parent</artifactId>
-        <version>0.4</version>
-        <relativePath/>
+        <artifactId>parent</artifactId>
+        <version>1.0.1-SNAPSHOT</version>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.aries.subsystem</groupId>

Modified: aries/trunk/subsystem/subsystem-example/subsystem-helloIsolation/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-example/subsystem-helloIsolation/pom.xml?rev=1601636&r1=1601635&r2=1601636&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-example/subsystem-helloIsolation/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-example/subsystem-helloIsolation/pom.xml Tue Jun 10 13:57:43 2014
@@ -21,9 +21,9 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.aries</groupId>
-        <artifactId>java5-parent</artifactId>
-        <version>0.4</version>
-        <relativePath />
+        <artifactId>parent</artifactId>
+        <version>1.0.1-SNAPSHOT</version>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>  
 
     <groupId>org.apache.aries.subsystem</groupId>

Modified: aries/trunk/subsystem/subsystem-example/subsystem-helloIsolationRef/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-example/subsystem-helloIsolationRef/pom.xml?rev=1601636&r1=1601635&r2=1601636&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-example/subsystem-helloIsolationRef/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-example/subsystem-helloIsolationRef/pom.xml Tue Jun 10 13:57:43 2014
@@ -21,9 +21,9 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.aries</groupId>
-        <artifactId>java5-parent</artifactId>
-        <version>0.4</version>
-        <relativePath />
+        <artifactId>parent</artifactId>
+        <version>1.0.1-SNAPSHOT</version>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>  
 
     <groupId>org.apache.aries.subsystem</groupId>

Modified: aries/trunk/subsystem/subsystem-executor/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-executor/pom.xml?rev=1601636&r1=1601635&r2=1601636&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-executor/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-executor/pom.xml Tue Jun 10 13:57:43 2014
@@ -21,9 +21,9 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.aries</groupId>
-        <artifactId>java5-parent</artifactId>
-        <version>0.4</version>
-        <relativePath />
+        <artifactId>parent</artifactId>
+        <version>1.0.1-SNAPSHOT</version>
+        <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.aries.subsystem</groupId>

Modified: aries/trunk/subsystem/subsystem-install/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-install/pom.xml?rev=1601636&r1=1601635&r2=1601636&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-install/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-install/pom.xml Tue Jun 10 13:57:43 2014
@@ -21,9 +21,9 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.aries</groupId>
-        <artifactId>java5-parent</artifactId>
-        <version>0.4</version>
-        <relativePath />
+        <artifactId>parent</artifactId>
+        <version>1.0.1-SNAPSHOT</version>
+        <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.aries.subsystem</groupId>

Modified: aries/trunk/subsystem/subsystem-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-itests/pom.xml?rev=1601636&r1=1601635&r2=1601636&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-itests/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-itests/pom.xml Tue Jun 10 13:57:43 2014
@@ -248,12 +248,6 @@
             <scope>test</scope>
             <version>1.2.200.v20120522-2049</version>
         </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.enterprise</artifactId>
-            <scope>test</scope>
-            <version>5.0.0</version>
-        </dependency>
 
         <dependency>
             <groupId>org.ow2.asm</groupId>

Modified: aries/trunk/subsystem/subsystem-scope-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-scope-api/pom.xml?rev=1601636&r1=1601635&r2=1601636&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-scope-api/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-scope-api/pom.xml Tue Jun 10 13:57:43 2014
@@ -20,9 +20,9 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.aries</groupId>
-        <artifactId>java5-parent</artifactId>
-        <version>0.4</version>
-        <relativePath />
+        <artifactId>parent</artifactId>
+        <version>1.0.1-SNAPSHOT</version>
+        <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.aries.subsystem</groupId>

Modified: aries/trunk/subsystem/subsystem-scope-impl/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-scope-impl/pom.xml?rev=1601636&r1=1601635&r2=1601636&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-scope-impl/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-scope-impl/pom.xml Tue Jun 10 13:57:43 2014
@@ -20,9 +20,9 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.aries</groupId>
-        <artifactId>java5-parent</artifactId>
-        <version>0.4</version>
-        <relativePath />
+        <artifactId>parent</artifactId>
+        <version>1.0.1-SNAPSHOT</version>
+        <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.aries.subsystem</groupId>

Modified: aries/trunk/subsystem/subsystem-scope-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-scope-itests/pom.xml?rev=1601636&r1=1601635&r2=1601636&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-scope-itests/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-scope-itests/pom.xml Tue Jun 10 13:57:43 2014
@@ -20,9 +20,9 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.aries</groupId>
-        <artifactId>java5-parent</artifactId>
-        <version>0.4</version>
-        <relativePath />
+        <artifactId>parent</artifactId>
+        <version>1.0.1-SNAPSHOT</version>
+        <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.aries.subsystem</groupId>

Modified: aries/trunk/versioning/versioning-checker/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/versioning/versioning-checker/pom.xml?rev=1601636&r1=1601635&r2=1601636&view=diff
==============================================================================
--- aries/trunk/versioning/versioning-checker/pom.xml (original)
+++ aries/trunk/versioning/versioning-checker/pom.xml Tue Jun 10 13:57:43 2014
@@ -23,8 +23,8 @@
 
     <parent>
         <groupId>org.apache.aries</groupId>
-        <artifactId>java5-parent</artifactId>
-        <version>1.0.0</version>
+        <artifactId>parent</artifactId>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: aries/trunk/versioning/versioning-plugin/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/versioning/versioning-plugin/pom.xml?rev=1601636&r1=1601635&r2=1601636&view=diff
==============================================================================
--- aries/trunk/versioning/versioning-plugin/pom.xml (original)
+++ aries/trunk/versioning/versioning-plugin/pom.xml Tue Jun 10 13:57:43 2014
@@ -23,9 +23,9 @@
 
     <parent>
         <groupId>org.apache.aries</groupId>
-        <artifactId>java5-parent</artifactId>
-        <version>1.0.0</version>
-        <relativePath />
+        <artifactId>parent</artifactId>
+        <version>1.0.1-SNAPSHOT</version>
+        <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.aries.versioning</groupId>