You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cl...@apache.org on 2023/08/14 14:34:26 UTC

[camel-kamelets] branch main updated: Upgrade maven-javadoc-plugin from 3.4.0 to 3.5.0 (#1554)

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

claudio4j pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new 9346786b Upgrade maven-javadoc-plugin from 3.4.0 to 3.5.0 (#1554)
9346786b is described below

commit 9346786b58b7168c420698d3f65c600350305446
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Mon Aug 14 16:34:20 2023 +0200

    Upgrade maven-javadoc-plugin from 3.4.0 to 3.5.0 (#1554)
    
    it aligns with Camel
    https://github.com/apache/camel/blob/792bb5421b3e9b2a7785bc3ba68177b00b341abc/pom.xml#L131
    
    Signed-off-by: Aurélien Pupier <ap...@redhat.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f84a81c7..b6d97bde 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
         <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
         <maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
         <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
-        <maven-javadoc-plugin.version>3.4.0</maven-javadoc-plugin.version>
+        <maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version>
         <maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
         <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
         <maven-checksum-maven-plugin.version>1.11</maven-checksum-maven-plugin.version>