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

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 6f008abce36c9903b99d0254371d087ad742a144
Author: Andriy Redko <[email protected]>
AuthorDate: Sun Jun 19 12:00:35 2022 -0400

    Fixing javadoc generation under JDK-17
    
    (cherry picked from commit 3a4d179b5860f45511f616af4e2f3bf03c9280c4)
---
 maven-plugins/java2wadl-plugin/pom.xml | 9 ++++++++-
 pom.xml                                | 2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/maven-plugins/java2wadl-plugin/pom.xml 
b/maven-plugins/java2wadl-plugin/pom.xml
index e5aa6e33bd..8e94f8e2b1 100644
--- a/maven-plugins/java2wadl-plugin/pom.xml
+++ b/maven-plugins/java2wadl-plugin/pom.xml
@@ -230,7 +230,7 @@
                               </execution>
                           </executions>
                           <configuration>
-                              <release>9</release>
+                              <release>11</release>
                           </configuration>
                       </plugin>
                       <plugin>
@@ -249,6 +249,13 @@
                               </execution>
                           </executions>
                       </plugin>
+                      <plugin>
+                          <groupId>org.apache.maven.plugins</groupId>
+                          <artifactId>maven-javadoc-plugin</artifactId>
+                          <configuration>
+                              <release>11</release>
+                          </configuration>
+                      </plugin>
                   </plugins>
               </pluginManagement>
           </build>
diff --git a/pom.xml b/pom.xml
index 00725dc045..8d4546231a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -459,7 +459,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>3.3.2</version>
+                    <version>3.4.0</version>
                     <configuration>
                         <attach>true</attach>
                         <source>${cxf.jdk.version}</source>

Reply via email to