You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2017/01/19 08:01:55 UTC

[09/16] cxf git commit: [jdk9] Update some plugins required in "deploy" profile

[jdk9] Update some plugins required in "deploy" profile


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/5e068d21
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/5e068d21
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/5e068d21

Branch: refs/heads/master
Commit: 5e068d215b750e3211aaaf3d0b7b366d6a220fc2
Parents: b7cd2fb
Author: Grzegorz Grzybek <gr...@gmail.com>
Authored: Wed Sep 14 10:06:30 2016 +0200
Committer: Grzegorz Grzybek <gr...@gmail.com>
Committed: Wed Sep 14 10:06:30 2016 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/5e068d21/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c61d6a3..7c0c89b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -460,7 +460,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.10.3</version>
+                    <version>2.10.4</version>
                     <configuration>
                         <attach>true</attach>
                         <source>${cxf.jdk.version}</source>
@@ -482,7 +482,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
-                    <version>2.4</version>
+                    <version>3.0.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>