Author: dkulp Date: Thu Oct 25 14:55:17 2012 New Revision: 1402174 URL: http://svn.apache.org/viewvc?rev=1402174&view=rev Log: Merged revisions 1401434 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.6.x-fixes
........ r1401434 | dkulp | 2012-10-23 16:19:06 -0400 (Tue, 23 Oct 2012) | 10 lines Merged revisions 1398390 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1398390 | dkulp | 2012-10-15 13:12:05 -0400 (Mon, 15 Oct 2012) | 2 lines Minor plugin version updates ........ ........ 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=1402174&r1=1402173&r2=1402174&view=diff ============================================================================== --- cxf/branches/2.5.x-fixes/pom.xml (original) +++ cxf/branches/2.5.x-fixes/pom.xml Thu Oct 25 14:55:17 2012 @@ -523,7 +523,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.8.1</version> + <version>2.9</version> <configuration> <attach>true</attach> <source>1.5</source> @@ -692,7 +692,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <chmod>true</chmod> <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
