You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2015/03/18 16:32:49 UTC

[2/3] syncope git commit: Upgrading the Javadoc plugin

Upgrading the Javadoc plugin


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/9d4871ff
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/9d4871ff
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/9d4871ff

Branch: refs/heads/master
Commit: 9d4871ff1dff81baa51b2f05a630870919b36604
Parents: 12570a0
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Mar 18 16:32:23 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Mar 18 16:32:23 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/9d4871ff/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 117f414..73f413e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1050,7 +1050,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.10.1</version>          
+          <version>2.10.2</version>          
         </plugin>
         <plugin>
           <groupId>org.apache.cxf</groupId>
@@ -1561,7 +1561,7 @@ under the License.
                 <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-javadoc-plugin</artifactId>
-                  <version>2.10.1</version>
+                  <version>2.10.2</version>
                   <configuration>
                     <destDir>apidocs/1.2</destDir>
                     <detectLinks>true</detectLinks>