Author: timothyjward
Date: Thu Oct  6 15:14:09 2011
New Revision: 1179658

URL: http://svn.apache.org/viewvc?rev=1179658&view=rev
Log:
ARIES-754: Update testsupport version and subsequent pom dependencies

Modified:
    aries/trunk/blueprint/blueprint-annotation-itest/pom.xml
    aries/trunk/blueprint/blueprint-itests/pom.xml
    aries/trunk/ejb/ejb-modeller-itest/pom.xml
    aries/trunk/ejb/ejb-modeller/pom.xml
    aries/trunk/ejb/openejb-extender-itest/pom.xml
    aries/trunk/ejb/openejb-extender/pom.xml
    aries/trunk/jmx/jmx-itests/pom.xml
    aries/trunk/jpa/jpa-container-itest/pom.xml
    aries/trunk/proxy/proxy-itests/pom.xml
    aries/trunk/quiesce/quiesce-manager-itest/pom.xml
    aries/trunk/testsupport/testsupport-unit/pom.xml
    aries/trunk/transaction/transaction-itests/pom.xml

Modified: aries/trunk/blueprint/blueprint-annotation-itest/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-annotation-itest/pom.xml?rev=1179658&r1=1179657&r2=1179658&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-annotation-itest/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-annotation-itest/pom.xml Thu Oct  6 
15:14:09 2011
@@ -187,7 +187,7 @@
         <dependency>
           <groupId>org.apache.aries.testsupport</groupId>
           <artifactId>org.apache.aries.testsupport.unit</artifactId>
-          <version>0.3.1-SNAPSHOT</version>
+          <version>0.4-SNAPSHOT</version>
           <scope>test</scope>
         </dependency>
     </dependencies>

Modified: aries/trunk/blueprint/blueprint-itests/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-itests/pom.xml?rev=1179658&r1=1179657&r2=1179658&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-itests/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-itests/pom.xml Thu Oct  6 15:14:09 2011
@@ -96,7 +96,7 @@
             <groupId>org.apache.aries.testsupport</groupId>
             <artifactId>org.apache.aries.testsupport.unit</artifactId>
             <scope>test</scope>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>0.4-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>

Modified: aries/trunk/ejb/ejb-modeller-itest/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/ejb/ejb-modeller-itest/pom.xml?rev=1179658&r1=1179657&r2=1179658&view=diff
==============================================================================
--- aries/trunk/ejb/ejb-modeller-itest/pom.xml (original)
+++ aries/trunk/ejb/ejb-modeller-itest/pom.xml Thu Oct  6 15:14:09 2011
@@ -146,35 +146,35 @@
         <dependency>
                <groupId>org.apache.openejb</groupId>
                <artifactId>openejb-core</artifactId>
-               <version>4.0.0-SNAPSHOT</version>
+               <version>4.0.0-beta-1</version>
                <type>jar</type>
                <scope>test</scope>
        </dependency>
        <dependency>
                <groupId>org.apache.openejb</groupId>
                <artifactId>openejb-api</artifactId>
-               <version>4.0.0-SNAPSHOT</version>
+               <version>4.0.0-beta-1</version>
                <type>jar</type>
                <scope>test</scope>
        </dependency>
        <dependency>
                <groupId>org.apache.openejb</groupId>
                <artifactId>openejb-javaagent</artifactId>
-               <version>4.0.0-SNAPSHOT</version>
+               <version>4.0.0-beta-1</version>
                <type>jar</type>
                <scope>test</scope>
        </dependency>
        <dependency>
                        <groupId>org.apache.openejb</groupId>
                        <artifactId>openejb-jee</artifactId>
-                       <version>4.0.0-SNAPSHOT</version>
+                       <version>4.0.0-beta-1</version>
                        <type>pom</type>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.apache.openejb</groupId>
                        <artifactId>openejb-loader</artifactId>
-                       <version>4.0.0-SNAPSHOT</version>
+                       <version>4.0.0-beta-1</version>
                        <type>pom</type>
                        <scope>test</scope>
                </dependency>

Modified: aries/trunk/ejb/ejb-modeller/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/ejb/ejb-modeller/pom.xml?rev=1179658&r1=1179657&r2=1179658&view=diff
==============================================================================
--- aries/trunk/ejb/ejb-modeller/pom.xml (original)
+++ aries/trunk/ejb/ejb-modeller/pom.xml Thu Oct  6 15:14:09 2011
@@ -65,7 +65,7 @@
        <dependency>
                <groupId>org.apache.openejb</groupId>
                <artifactId>openejb-core</artifactId>
-               <version>4.0.0-SNAPSHOT</version>
+               <version>4.0.0-beta-1</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.openejb</groupId>
@@ -96,7 +96,7 @@
         <dependency>
                <groupId>org.apache.aries.testsupport</groupId>
                <artifactId>org.apache.aries.testsupport.unit</artifactId>
-               <version>0.3.1-SNAPSHOT</version>
+               <version>0.4-SNAPSHOT</version>
                <scope>test</scope>
         </dependency>
         <dependency>

Modified: aries/trunk/ejb/openejb-extender-itest/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/ejb/openejb-extender-itest/pom.xml?rev=1179658&r1=1179657&r2=1179658&view=diff
==============================================================================
--- aries/trunk/ejb/openejb-extender-itest/pom.xml (original)
+++ aries/trunk/ejb/openejb-extender-itest/pom.xml Thu Oct  6 15:14:09 2011
@@ -155,35 +155,35 @@
         <dependency>
                <groupId>org.apache.openejb</groupId>
                <artifactId>openejb-core</artifactId>
-               <version>4.0.0-SNAPSHOT</version>
+               <version>4.0.0-beta-1</version>
                <type>jar</type>
                <scope>test</scope>
        </dependency>
        <dependency>
                <groupId>org.apache.openejb</groupId>
                <artifactId>openejb-api</artifactId>
-               <version>4.0.0-SNAPSHOT</version>
+               <version>4.0.0-beta-1</version>
                <type>jar</type>
                <scope>test</scope>
        </dependency>
        <dependency>
                <groupId>org.apache.openejb</groupId>
                <artifactId>openejb-javaagent</artifactId>
-               <version>4.0.0-SNAPSHOT</version>
+               <version>4.0.0-beta-1</version>
                <type>jar</type>
                <scope>test</scope>
        </dependency>
        <dependency>
                        <groupId>org.apache.openejb</groupId>
                        <artifactId>openejb-jee</artifactId>
-                       <version>4.0.0-SNAPSHOT</version>
+                       <version>4.0.0-beta-1</version>
                        <type>pom</type>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.apache.openejb</groupId>
                        <artifactId>openejb-loader</artifactId>
-                       <version>4.0.0-SNAPSHOT</version>
+                       <version>4.0.0-beta-1</version>
                        <type>pom</type>
                        <scope>test</scope>
                </dependency>

Modified: aries/trunk/ejb/openejb-extender/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/ejb/openejb-extender/pom.xml?rev=1179658&r1=1179657&r2=1179658&view=diff
==============================================================================
--- aries/trunk/ejb/openejb-extender/pom.xml (original)
+++ aries/trunk/ejb/openejb-extender/pom.xml Thu Oct  6 15:14:09 2011
@@ -60,7 +60,7 @@
        <dependency>
                <groupId>org.apache.openejb</groupId>
                <artifactId>openejb-core</artifactId>
-               <version>4.0.0-SNAPSHOT</version>
+               <version>4.0.0-beta-1</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.openejb</groupId>

Modified: aries/trunk/jmx/jmx-itests/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-itests/pom.xml?rev=1179658&r1=1179657&r2=1179658&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-itests/pom.xml (original)
+++ aries/trunk/jmx/jmx-itests/pom.xml Thu Oct  6 15:14:09 2011
@@ -74,7 +74,7 @@
         <dependency>
           <groupId>org.apache.aries.testsupport</groupId>
           <artifactId>org.apache.aries.testsupport.unit</artifactId>
-          <version>0.3.1-SNAPSHOT</version>
+          <version>0.4-SNAPSHOT</version>
           <scope>test</scope>
         </dependency>        
         <dependency>

Modified: aries/trunk/jpa/jpa-container-itest/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-container-itest/pom.xml?rev=1179658&r1=1179657&r2=1179658&view=diff
==============================================================================
--- aries/trunk/jpa/jpa-container-itest/pom.xml (original)
+++ aries/trunk/jpa/jpa-container-itest/pom.xml Thu Oct  6 15:14:09 2011
@@ -312,7 +312,7 @@
         <dependency>
           <groupId>org.apache.aries.testsupport</groupId>
           <artifactId>org.apache.aries.testsupport.unit</artifactId>
-          <version>0.3.1-SNAPSHOT</version>
+          <version>0.4-SNAPSHOT</version>
           <scope>test</scope>
         </dependency>        
         <dependency>

Modified: aries/trunk/proxy/proxy-itests/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/proxy/proxy-itests/pom.xml?rev=1179658&r1=1179657&r2=1179658&view=diff
==============================================================================
--- aries/trunk/proxy/proxy-itests/pom.xml (original)
+++ aries/trunk/proxy/proxy-itests/pom.xml Thu Oct  6 15:14:09 2011
@@ -71,7 +71,7 @@
         <dependency>
           <groupId>org.apache.aries.testsupport</groupId>
           <artifactId>org.apache.aries.testsupport.unit</artifactId>
-          <version>0.3.1-SNAPSHOT</version>
+          <version>0.4-SNAPSHOT</version>
           <scope>test</scope>
         </dependency>
         <dependency>

Modified: aries/trunk/quiesce/quiesce-manager-itest/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/quiesce/quiesce-manager-itest/pom.xml?rev=1179658&r1=1179657&r2=1179658&view=diff
==============================================================================
--- aries/trunk/quiesce/quiesce-manager-itest/pom.xml (original)
+++ aries/trunk/quiesce/quiesce-manager-itest/pom.xml Thu Oct  6 15:14:09 2011
@@ -47,7 +47,7 @@
         <dependency>
           <groupId>org.apache.aries.testsupport</groupId>
           <artifactId>org.apache.aries.testsupport.unit</artifactId>
-          <version>0.3.1-SNAPSHOT</version>
+          <version>0.4-SNAPSHOT</version>
           <scope>test</scope>
         </dependency>
         <dependency>

Modified: aries/trunk/testsupport/testsupport-unit/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/testsupport/testsupport-unit/pom.xml?rev=1179658&r1=1179657&r2=1179658&view=diff
==============================================================================
--- aries/trunk/testsupport/testsupport-unit/pom.xml (original)
+++ aries/trunk/testsupport/testsupport-unit/pom.xml Thu Oct  6 15:14:09 2011
@@ -28,7 +28,7 @@
   <artifactId>org.apache.aries.testsupport.unit</artifactId>
   <packaging>bundle</packaging>
   <name>Apache Aries Unit Test Support</name>
-  <version>0.3.1-SNAPSHOT</version>
+  <version>0.4-SNAPSHOT</version>
   <description>
       This bundle provides unit test support.
   </description>
@@ -45,9 +45,10 @@
 
         <aries.osgi.export.pkg>
             org.apache.aries.unittest.fixture,
-            
org.apache.aries.mocks;uses:="junit.framework,org.osgi.framework,org.apache.aries.unittest.mocks,org.junit,org.apache.aries.unittest.mocks.ann
 otations,javax.naming,javax.naming.spi",
-            
org.apache.aries.unittest.mocks.annotations;version="0.3.0",org.apache.aries.unittest.mocks;uses:="junit.framework,org.apache.aries.unittest.mocks.annotations",
-            org.apache.aries.unittest.junit;uses:="org.junit",
+            org.apache.aries.mocks,
+            org.apache.aries.unittest.mocks.annotations,
+            org.apache.aries.unittest.mocks,
+            org.apache.aries.unittest.junit,
             org.apache.aries.itest
         </aries.osgi.export.pkg>
         <aries.osgi.private.pkg />

Modified: aries/trunk/transaction/transaction-itests/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/transaction/transaction-itests/pom.xml?rev=1179658&r1=1179657&r2=1179658&view=diff
==============================================================================
--- aries/trunk/transaction/transaction-itests/pom.xml (original)
+++ aries/trunk/transaction/transaction-itests/pom.xml Thu Oct  6 15:14:09 2011
@@ -131,7 +131,7 @@
         <dependency>
           <groupId>org.apache.aries.testsupport</groupId>
           <artifactId>org.apache.aries.testsupport.unit</artifactId>
-          <version>0.3.1-SNAPSHOT</version>
+          <version>0.4-SNAPSHOT</version>
           <scope>test</scope>
         </dependency>
         <dependency>


Reply via email to