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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1ea07bf42f Upgrading maven-javadoc-plugin
1ea07bf42f is described below

commit 1ea07bf42f1392ee0e7821b9f16cfdd687534f7b
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Mon Jul 22 09:21:41 2024 +0200

    Upgrading maven-javadoc-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 988c094e6a..2699090b3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1445,7 +1445,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.7.0</version>
+          <version>3.8.0</version>
           <configuration>
             <release>${targetJdk}</release>
           </configuration>
@@ -1968,7 +1968,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.7.0</version>
+        <version>3.8.0</version>
         <configuration>
           <source>${targetJdk}</source>
           <destDir>apidocs/4.0</destDir>

Reply via email to