You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by dj...@apache.org on 2012/10/19 08:52:50 UTC

svn commit: r1399981 - /felix/trunk/scr/pom.xml

Author: djencks
Date: Fri Oct 19 06:52:50 2012
New Revision: 1399981

URL: http://svn.apache.org/viewvc?rev=1399981&view=rev
Log:
FELIX-3725 upgrade pax exam to 2.4.0 to use servicemix junit wrapper bundle

Modified:
    felix/trunk/scr/pom.xml

Modified: felix/trunk/scr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=1399981&r1=1399980&r2=1399981&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Fri Oct 19 06:52:50 2012
@@ -121,21 +121,21 @@
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-container-forked</artifactId>
-            <version>2.4.0.RC1</version>
+            <version>2.4.0</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-junit4</artifactId>
-            <version>2.4.0.RC1</version>
+            <version>2.4.0</version>
             <scope>test</scope>
         </dependency>
     
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-link-mvn</artifactId>
-            <version>2.4.0.RC1</version>
+            <version>2.4.0</version>
             <scope>test</scope>
         </dependency>
     
@@ -186,7 +186,7 @@
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.junit</artifactId>
-            <version>4.7_2</version>
+            <version>4.9_2</version>
             <scope>test</scope>
         </dependency>
         <dependency>