File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/apache/maven/plugins/javadoc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ under the License.
2828 </parent >
2929
3030 <artifactId >maven-javadoc-plugin</artifactId >
31- <version >3.5.1 -SNAPSHOT</version >
31+ <version >3.6.0 -SNAPSHOT</version >
3232 <packaging >maven-plugin</packaging >
3333
3434 <name >Apache Maven Javadoc Plugin</name >
Original file line number Diff line number Diff line change @@ -846,7 +846,7 @@ public abstract class AbstractJavadocMojo extends AbstractMojo {
846846 * post java 9. This allows non-JPMS projects that have moved to newer Java
847847 * versions to create javadocs without having to use JPMS modules.
848848 *
849- * @since 3.5.1
849+ * @since 3.6.0
850850 */
851851 @ Parameter (property = "legacyMode" , defaultValue = "false" )
852852 private boolean legacyMode ;
You can’t perform that action at this time.
0 commit comments