You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/02/17 21:58:37 UTC

[maven-apache-parent] branch master updated: [MPOM-267] upgrade maven-javadoc-plugin to 3.3.2

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ab189b  [MPOM-267] upgrade maven-javadoc-plugin to 3.3.2
6ab189b is described below

commit 6ab189b06d95a9b301203c265af7b61b32e1a4d3
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu Feb 17 22:58:35 2022 +0100

    [MPOM-267] upgrade maven-javadoc-plugin to 3.3.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c253b97..5ae1632 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,7 +223,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.3.1</version>
+          <version>3.3.2</version>
           <configuration>
             <notimestamp>true</notimestamp><!-- avoid noise for svn/gitpubsub -->
           </configuration>