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 2019/01/19 19:18:03 UTC

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

Author: veithen
Date: Sat Jan 19 19:18:03 2019
New Revision: 1851686

URL: http://svn.apache.org/viewvc?rev=1851686&view=rev
Log:
Fix Javadoc generation on Java 11.

Modified:
    webservices/axiom/trunk/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1851686&r1=1851685&r2=1851686&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sat Jan 19 19:18:03 2019
@@ -734,6 +734,7 @@
                     <version>3.0.1</version>
                     <configuration>
                         <detectOfflineLinks>false</detectOfflineLinks>
+                        <source>1.7</source>
                     </configuration>
                 </plugin>
                 <plugin>