You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2020/07/14 09:39:36 UTC

[myfaces] branch master updated: unused config

This is an automated email from the ASF dual-hosted git repository.

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/master by this push:
     new 8abf467  unused config
8abf467 is described below

commit 8abf4677280fa092da2425c295ef42ba587081c5
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Tue Jul 14 11:39:29 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 3fdc285..b211543 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -295,14 +295,14 @@
         </profile>
     </profiles>
 
+
     <reporting>
         <plugins>
             <plugin>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>3.1.1</version>
+                <version>3.2.0</version>
                 <configuration>
                     <source>8</source>
-                    <additionalJOption>-Xdoclint:none</additionalJOption>
                 </configuration>
             </plugin>
             <plugin>