You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2015/12/07 18:32:56 UTC

karaf-cellar git commit: Upgrade to Pax Exam 4.7.0

Repository: karaf-cellar
Updated Branches:
  refs/heads/master 6b73b45ca -> a69f91e69


Upgrade to Pax Exam 4.7.0


Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/a69f91e6
Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/a69f91e6
Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/a69f91e6

Branch: refs/heads/master
Commit: a69f91e69342fcb6ca5c8b445994a670ae48904f
Parents: 6b73b45
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Dec 7 18:32:13 2015 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Dec 7 18:32:13 2015 +0100

----------------------------------------------------------------------
 itests/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/a69f91e6/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index b157388..5132190 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -69,13 +69,13 @@
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-junit4</artifactId>
-            <version>4.5.0</version>
+            <version>4.7.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-container-karaf</artifactId>
-            <version>4.5.0</version>
+            <version>4.7.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>