You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/06/28 08:36:43 UTC

[karaf] branch main updated: [KARAF-7488] Upgrade to maven-javadoc-plugin 3.3.1

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 773faa63be [KARAF-7488] Upgrade to maven-javadoc-plugin 3.3.1
     new ad407f94ec Merge pull request #1564 from jbonofre/KARAF-7488
773faa63be is described below

commit 773faa63bea2a3f8681f73abf6fab9a58fa47c5e
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Jun 27 18:33:57 2022 +0200

    [KARAF-7488] Upgrade to maven-javadoc-plugin 3.3.1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4cca2fe902..80f0972704 100644
--- a/pom.xml
+++ b/pom.xml
@@ -445,7 +445,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>3.2.0</version>
+                    <version>3.3.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -758,7 +758,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>3.1.1</version>
+                <version>3.3.1</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>