Author: dkulp Date: Tue Sep 25 19:32:08 2012 New Revision: 1390090 URL: http://svn.apache.org/viewvc?rev=1390090&view=rev Log: Merged revisions 1390075 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.5.x-fixes
........ r1390075 | dkulp | 2012-09-25 15:23:59 -0400 (Tue, 25 Sep 2012) | 18 lines Merged revisions 1389586 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.6.x-fixes ........ r1389586 | dkulp | 2012-09-24 17:04:12 -0400 (Mon, 24 Sep 2012) | 10 lines Merged revisions 1389551 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1389551 | dkulp | 2012-09-24 16:05:23 -0400 (Mon, 24 Sep 2012) | 2 lines Update to latest junit ........ ........ ........ Modified: cxf/branches/2.4.x-fixes/parent/pom.xml Modified: cxf/branches/2.4.x-fixes/parent/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/parent/pom.xml?rev=1390090&r1=1390089&r2=1390090&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/parent/pom.xml (original) +++ cxf/branches/2.4.x-fixes/parent/pom.xml Tue Sep 25 19:32:08 2012 @@ -452,7 +452,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.8.2</version> + <version>4.10</version> <scope>test</scope> </dependency>
