Author: dkulp Date: Thu Aug 1 15:20:11 2013 New Revision: 1509285 URL: http://svn.apache.org/r1509285 Log: Merged revisions 1509258 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.7.x-fixes
........ r1509258 | dkulp | 2013-08-01 10:36:49 -0400 (Thu, 01 Aug 2013) | 10 lines Merged revisions 1509252 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1509252 | dkulp | 2013-08-01 10:30:28 -0400 (Thu, 01 Aug 2013) | 2 lines Update some plugin versions ........ ........ Modified: cxf/branches/2.6.x-fixes/pom.xml Modified: cxf/branches/2.6.x-fixes/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/pom.xml?rev=1509285&r1=1509284&r2=1509285&view=diff ============================================================================== --- cxf/branches/2.6.x-fixes/pom.xml (original) +++ cxf/branches/2.6.x-fixes/pom.xml Thu Aug 1 15:20:11 2013 @@ -484,7 +484,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>2.3.7</version> + <version>2.4.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -533,7 +533,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.14</version> + <version>2.15</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -596,7 +596,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>2.3</version> + <version>2.4</version> </plugin> <plugin> @@ -624,7 +624,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.12.2</version> + <version>2.15</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
