Update pax:exam version to 1.1.0

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@810146 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/api/pom.xml b/ipojo/tests/api/pom.xml
index 2474bc3..1a045b6 100644
--- a/ipojo/tests/api/pom.xml
+++ b/ipojo/tests/api/pom.xml
@@ -85,7 +85,7 @@
   <dependency>
     <groupId>org.ops4j.pax.exam</groupId>
     <artifactId>pax-exam</artifactId>
-    <version>0.6.0</version>
+    <version>1.1.0</version>
   </dependency>
   <!--
     During runtime Pax Exam will discover the OSGi container to use by
@@ -97,7 +97,7 @@
     <groupId>org.ops4j.pax.exam</groupId>
     <artifactId>pax-exam-container-default
     </artifactId>
-    <version>0.6.0</version>
+    <version>1.1.0</version>
   </dependency>
   <!--
     If your test code is based on JUnit you will have to have the Junit
@@ -106,7 +106,7 @@
   <dependency>
     <groupId>org.ops4j.pax.exam</groupId>
     <artifactId>pax-exam-junit</artifactId>
-    <version>0.6.0</version>
+    <version>1.1.0</version>
   </dependency>
   <dependency>
     <groupId>junit</groupId>