You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/10/23 22:19:07 UTC

svn commit: r1401434 - /cxf/branches/2.6.x-fixes/pom.xml

Author: dkulp
Date: Tue Oct 23 20:19:06 2012
New Revision: 1401434

URL: http://svn.apache.org/viewvc?rev=1401434&view=rev
Log:
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.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=1401434&r1=1401433&r2=1401434&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/pom.xml Tue Oct 23 20:19:06 2012
@@ -512,7 +512,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>
@@ -668,7 +668,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>