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 2010/05/12 20:18:54 UTC

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

Author: dkulp
Date: Wed May 12 18:18:54 2010
New Revision: 943612

URL: http://svn.apache.org/viewvc?rev=943612&view=rev
Log:
Update junit version

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=943612&r1=943611&r2=943612&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Wed May 12 18:18:54 2010
@@ -340,7 +340,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.7</version>
+                <version>4.8.1</version>
                 <scope>test</scope>
             </dependency>