This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new 70b12b583b Upgrading maven-javadoc-plugin
70b12b583b is described below
commit 70b12b583b89ea00de0662550e7b09b0dd4f8d96
Author: Francesco Chicchiriccò <[email protected]>
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 e0b8ea09c6..44efb0b6bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1563,7 +1563,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>
@@ -2082,7 +2082,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>
<destDir>apidocs/3.0</destDir>