Author: dkulp Date: Tue Apr 2 17:37:19 2013 New Revision: 1463633 URL: http://svn.apache.org/r1463633 Log: Merged revisions 1462601 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.6.x-fixes
........ r1462601 | dkulp | 2013-03-29 14:45:15 -0400 (Fri, 29 Mar 2013) | 18 lines Merged revisions 1462594 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.7.x-fixes ........ r1462594 | dkulp | 2013-03-29 14:40:20 -0400 (Fri, 29 Mar 2013) | 10 lines Merged revisions 1462587 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1462587 | dkulp | 2013-03-29 14:37:09 -0400 (Fri, 29 Mar 2013) | 2 lines Update surefire version ........ ........ ........ Modified: cxf/branches/2.5.x-fixes/pom.xml Modified: cxf/branches/2.5.x-fixes/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/pom.xml?rev=1463633&r1=1463632&r2=1463633&view=diff ============================================================================== --- cxf/branches/2.5.x-fixes/pom.xml (original) +++ cxf/branches/2.5.x-fixes/pom.xml Tue Apr 2 17:37:19 2013 @@ -544,7 +544,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.13</version> + <version>2.14</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
