Author: dkulp Date: Mon Jul 15 18:50:09 2013 New Revision: 1503412 URL: http://svn.apache.org/r1503412 Log: Merged revisions 1503371 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.6.x-fixes
........ r1503371 | dkulp | 2013-07-15 14:03:39 -0400 (Mon, 15 Jul 2013) | 18 lines Merged revisions 1498466 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.7.x-fixes ........ r1498466 | dkulp | 2013-07-01 10:13:09 -0400 (Mon, 01 Jul 2013) | 10 lines Merged revisions 1498459 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1498459 | dkulp | 2013-07-01 10:00:03 -0400 (Mon, 01 Jul 2013) | 2 lines Update to latest javadoc plugin ........ ........ ........ 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=1503412&r1=1503411&r2=1503412&view=diff ============================================================================== --- cxf/branches/2.5.x-fixes/pom.xml (original) +++ cxf/branches/2.5.x-fixes/pom.xml Mon Jul 15 18:50:09 2013 @@ -528,7 +528,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9</version> + <version>2.9.1</version> <configuration> <attach>true</attach> <source>1.5</source>
