Skip to content

Commit

Permalink
Use 3.6.0 as release version (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgschmie committed Sep 8, 2023
1 parent 2902d0d commit 83ab01b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -28,7 +28,7 @@ under the License.
</parent>

<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>Apache Maven Javadoc Plugin</name>
Expand Down
Expand Up @@ -846,7 +846,7 @@ public abstract class AbstractJavadocMojo extends AbstractMojo {
* post java 9. This allows non-JPMS projects that have moved to newer Java
* versions to create javadocs without having to use JPMS modules.
*
* @since 3.5.1
* @since 3.6.0
*/
@Parameter(property = "legacyMode", defaultValue = "false")
private boolean legacyMode;
Expand Down

0 comments on commit 83ab01b

Please sign in to comment.