Author: justin
Date: Thu Nov  1 16:59:03 2012
New Revision: 1404673

URL: http://svn.apache.org/viewvc?rev=1404673&view=rev
Log:
SLING-2642 - updating versions of Pax Exam dependencies. Thanks to Dan Klco for 
the patch

Modified:
    sling/trunk/bundles/commons/classloader/pom.xml

Modified: sling/trunk/bundles/commons/classloader/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/classloader/pom.xml?rev=1404673&r1=1404672&r2=1404673&view=diff
==============================================================================
--- sling/trunk/bundles/commons/classloader/pom.xml (original)
+++ sling/trunk/bundles/commons/classloader/pom.xml Thu Nov  1 16:59:03 2012
@@ -156,31 +156,31 @@
         <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>
         <dependency>
             <groupId>org.ops4j.pax.url</groupId>
             <artifactId>pax-url-aether</artifactId>
-            <version>1.4.0.RC1</version>
+            <version>1.4.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.url</groupId>
             <artifactId>pax-url-wrap</artifactId>
-            <version>1.4.0.RC1</version>
+            <version>1.4.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>


Reply via email to