You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2020/03/24 22:14:56 UTC

[jspwiki] branch master updated: revert, again, maven-javadoc-plugin to 3.1.1 as it was causing build errors at builds.a.o

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 35ed48e  revert, again, maven-javadoc-plugin to 3.1.1 as it was causing build errors at builds.a.o
35ed48e is described below

commit 35ed48e4bd4dca086a191beb13c16cf37b04b05b
Author: juanpablo <ju...@apache.org>
AuthorDate: Tue Mar 24 23:14:32 2020 +0100

    revert, again, maven-javadoc-plugin to 3.1.1 as it was causing build errors at builds.a.o
    
    locally, it gets built so it seems environment related (?)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 29fc2e5..a77f3ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
     <plugin.idea.version>2.2.1</plugin.idea.version>
     <plugin.install.version>2.5.2</plugin.install.version>
     <plugin.jar.version>3.2.0</plugin.jar.version>
-    <plugin.javadoc.version>3.2.0</plugin.javadoc.version>
+    <plugin.javadoc.version>3.1.1</plugin.javadoc.version>
     <plugin.jxr.version>3.0.0</plugin.jxr.version>
     <plugin.project-info-reports.version>3.0.0</plugin.project-info-reports.version>
     <plugin.release.version>3.0.0-M1</plugin.release.version>