Skip to content

Commit 83ab01b

Browse files
authored
Use 3.6.0 as release version (#233)
1 parent 2902d0d commit 83ab01b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff 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>

Diff for: src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java

+1-1
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)