You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2020/10/02 12:14:52 UTC

[myfaces-tobago] 02/02: fix Java 15 build with plugin update

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

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

commit 4b8eb7766cd51b8a80030bce7f42b2e710e18fc3
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Fri Oct 2 14:14:33 2020 +0200

    fix Java 15 build with plugin update
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cd95263..aac2e3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -843,7 +843,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.10.4</version>
+          <version>3.2.0</version>
           <configuration>
             <source>${maven.compile.source}</source>
             <!-- switched off check in Java 8 -->