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/online-manipulator/pom.xml b/ipojo/tests/online-manipulator/pom.xml
index a76c456..9ebf028 100644
--- a/ipojo/tests/online-manipulator/pom.xml
+++ b/ipojo/tests/online-manipulator/pom.xml
@@ -63,7 +63,7 @@
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0</version>
</dependency>
<!--
During runtime Pax Exam will discover the OSGi container to use by
@@ -75,7 +75,7 @@
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-container-default
</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0</version>
</dependency>
<!--
If your test code is based on JUnit you will have to have the Junit
@@ -84,7 +84,7 @@
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-junit</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>