Switch to the devel version of pax exam 3.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1457808 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/composite-it/pom.xml b/ipojo/runtime/composite-it/pom.xml
index 31eda18..70ec6c3 100644
--- a/ipojo/runtime/composite-it/pom.xml
+++ b/ipojo/runtime/composite-it/pom.xml
@@ -84,7 +84,8 @@
     </build>
 
     <properties>
-        <exam.version>3.0.0</exam.version>
+        <!-- switch to snapshot version to improve start level detection -->
+        <exam.version>3.1.0-SNAPSHOT</exam.version>
         <url.version>1.5.1</url.version>
     </properties>
 
diff --git a/ipojo/runtime/core-it/pom.xml b/ipojo/runtime/core-it/pom.xml
index 24771e3..0b4387b 100644
--- a/ipojo/runtime/core-it/pom.xml
+++ b/ipojo/runtime/core-it/pom.xml
@@ -84,7 +84,8 @@
     </build>
 
     <properties>
-        <exam.version>3.0.0</exam.version>
+        <!-- switch to snapshot version to improve start level detection -->
+        <exam.version>3.1.0-SNAPSHOT</exam.version>
         <url.version>1.5.1</url.version>
     </properties>