You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2018/10/07 21:47:38 UTC

svn commit: r1843092 - /webservices/axiom/trunk/pom.xml

Author: veithen
Date: Sun Oct  7 21:47:38 2018
New Revision: 1843092

URL: http://svn.apache.org/viewvc?rev=1843092&view=rev
Log:
Upgrade maven-javadoc-plugin.

Modified:
    webservices/axiom/trunk/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1843092&r1=1843091&r2=1843092&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sun Oct  7 21:47:38 2018
@@ -702,7 +702,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.10.3</version>
+                    <version>3.0.1</version>
                     <configuration>
                         <detectOfflineLinks>false</detectOfflineLinks>
                     </configuration>