You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by si...@apache.org on 2012/01/11 14:08:02 UTC

svn commit: r1229993 - /incubator/amber/trunk/pom.xml

Author: simonetripodi
Date: Wed Jan 11 13:08:02 2012
New Revision: 1229993

URL: http://svn.apache.org/viewvc?rev=1229993&view=rev
Log:
latest junit release is 4.10

Modified:
    incubator/amber/trunk/pom.xml

Modified: incubator/amber/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/amber/trunk/pom.xml?rev=1229993&r1=1229992&r2=1229993&view=diff
==============================================================================
--- incubator/amber/trunk/pom.xml (original)
+++ incubator/amber/trunk/pom.xml Wed Jan 11 13:08:02 2012
@@ -291,7 +291,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.7</version>
+      <version>4.10</version>
       <scope>test</scope>
     </dependency>
   </dependencies>