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 2012/02/08 10:30:13 UTC

svn commit: r1241832 - /karaf/branches/karaf-2.2.x/pom.xml

Author: jbonofre
Date: Wed Feb  8 09:30:13 2012
New Revision: 1241832

URL: http://svn.apache.org/viewvc?rev=1241832&view=rev
Log:
[KARAF-1184] Upgrade to JUnit 4.10

Modified:
    karaf/branches/karaf-2.2.x/pom.xml

Modified: karaf/branches/karaf-2.2.x/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/pom.xml?rev=1241832&r1=1241831&r2=1241832&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/pom.xml (original)
+++ karaf/branches/karaf-2.2.x/pom.xml Wed Feb  8 09:30:13 2012
@@ -112,7 +112,7 @@
         <icu4j.version>4.8.1.1</icu4j.version>
         <jasypt.bundle.version>1.8_1</jasypt.bundle.version>
         <jetty.version>7.5.4.v20111024</jetty.version>
-        <junit.bundle.version>4.7_3</junit.bundle.version>
+        <junit.bundle.version>4.10_1</junit.bundle.version>
         <geronimo.jms-spec.version>1.1.1</geronimo.jms-spec.version>
         <geronimo.jpa-spec.version>1.1</geronimo.jpa-spec.version>
         <geronimo.jta-spec.version>1.1.1</geronimo.jta-spec.version>
@@ -1017,7 +1017,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.7</version>
+            <version>4.10</version>
             <scope>test</scope>
         </dependency>
         <dependency>