File tree 2 files changed +2
-2
lines changed
src/main/java/org/apache/maven/plugins/javadoc
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ under the License.
28
28
</parent >
29
29
30
30
<artifactId >maven-javadoc-plugin</artifactId >
31
- <version >3.5.1 -SNAPSHOT</version >
31
+ <version >3.6.0 -SNAPSHOT</version >
32
32
<packaging >maven-plugin</packaging >
33
33
34
34
<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 {
846
846
* post java 9. This allows non-JPMS projects that have moved to newer Java
847
847
* versions to create javadocs without having to use JPMS modules.
848
848
*
849
- * @since 3.5.1
849
+ * @since 3.6.0
850
850
*/
851
851
@ Parameter (property = "legacyMode" , defaultValue = "false" )
852
852
private boolean legacyMode ;
You can’t perform that action at this time.
0 commit comments