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:37:31 UTC

svn commit: r943622 - in /cxf/branches/2.2.x-fixes: ./ parent/pom.xml

Author: dkulp
Date: Wed May 12 18:37:31 2010
New Revision: 943622

URL: http://svn.apache.org/viewvc?rev=943622&view=rev
Log:
Merged revisions 943612 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r943612 | dkulp | 2010-05-12 14:18:54 -0400 (Wed, 12 May 2010) | 1 line
  
  Update junit version
........

Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    cxf/branches/2.2.x-fixes/parent/pom.xml

Propchange: cxf/branches/2.2.x-fixes/
            ('svn:mergeinfo' removed)

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.2.x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/parent/pom.xml?rev=943622&r1=943621&r2=943622&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/parent/pom.xml Wed May 12 18:37:31 2010
@@ -335,7 +335,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.7</version>
+                <version>4.8.1</version>
                 <scope>test</scope>
             </dependency>