Author: dkulp Date: Tue Sep 25 19:23:50 2012 New Revision: 1390072 URL: http://svn.apache.org/viewvc?rev=1390072&view=rev Log: Merged revisions 1389582 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.6.x-fixes
........ r1389582 | dkulp | 2012-09-24 17:04:02 -0400 (Mon, 24 Sep 2012) | 10 lines Merged revisions 1389514 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1389514 | dkulp | 2012-09-24 14:58:21 -0400 (Mon, 24 Sep 2012) | 2 lines Update a bunch of plugin versions ........ ........ 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=1390072&r1=1390071&r2=1390072&view=diff ============================================================================== --- cxf/branches/2.5.x-fixes/pom.xml (original) +++ cxf/branches/2.5.x-fixes/pom.xml Tue Sep 25 19:23:50 2012 @@ -500,7 +500,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> - <version>2.4.1</version> + <version>2.5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -510,7 +510,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>2.2.1</version> + <version>2.3.2</version> <configuration> <tagBase>https://svn.apache.org/repos/asf/cxf/tags</tagBase> <useReleaseProfile>false</useReleaseProfile> @@ -523,7 +523,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.8</version> + <version>2.8.1</version> <configuration> <attach>true</attach> <source>1.5</source> @@ -539,12 +539,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.12</version> + <version>2.12.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>2.1.2</version> + <version>2.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -621,7 +621,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>2.4</version> + <version>2.5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -638,17 +638,17 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <version>2.6</version> + <version>2.7</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.12</version> + <version>2.12.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> + <version>2.5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -724,7 +724,7 @@ </plugin> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.4</version> + <version>2.5</version> <configuration> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> </configuration>
