You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2015/04/08 09:39:15 UTC

svn commit: r1672017 - /sling/trunk/bundles/commons/classloader/pom.xml

Author: cziegeler
Date: Wed Apr  8 07:39:15 2015
New Revision: 1672017

URL: http://svn.apache.org/r1672017
Log:
Use newer pax exam

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=1672017&r1=1672016&r2=1672017&view=diff
==============================================================================
--- sling/trunk/bundles/commons/classloader/pom.xml (original)
+++ sling/trunk/bundles/commons/classloader/pom.xml Wed Apr  8 07:39:15 2015
@@ -49,8 +49,8 @@
         <bundle.file.name>
             ${bundle.build.name}/${project.build.finalName}.jar
         </bundle.file.name>
-        <pax-exam.version>3.5.0</pax-exam.version>
-        <pax-link.version>2.1.0</pax-link.version>
+        <pax-exam.version>4.4.0</pax-exam.version>
+        <pax-link.version>2.3.0</pax-link.version>
     </properties>
 
     <build>