You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/09/24 22:05:23 UTC

svn commit: r1389551 - /cxf/trunk/parent/pom.xml

Author: dkulp
Date: Mon Sep 24 20:05:23 2012
New Revision: 1389551

URL: http://svn.apache.org/viewvc?rev=1389551&view=rev
Log:
Update to latest junit

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1389551&r1=1389550&r2=1389551&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Mon Sep 24 20:05:23 2012
@@ -574,7 +574,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.8.2</version>
+                <version>4.10</version>
                 <scope>test</scope>
             </dependency>