You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2019/03/09 08:08:26 UTC

[maven-javadoc-plugin] branch master updated: fix @since for the new mojo aggregate-no-fork

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 074b39e  fix @since for the new mojo aggregate-no-fork
074b39e is described below

commit 074b39e62cb0f73fcfd54040e6940195cd729070
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sat Mar 9 18:08:22 2019 +1000

    fix @since for the new mojo aggregate-no-fork
---
 .../apache/maven/plugins/javadoc/AggregatorJavadocNoForkReport.java    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/javadoc/AggregatorJavadocNoForkReport.java b/src/main/java/org/apache/maven/plugins/javadoc/AggregatorJavadocNoForkReport.java
index 0e27b05..d589790 100644
--- a/src/main/java/org/apache/maven/plugins/javadoc/AggregatorJavadocNoForkReport.java
+++ b/src/main/java/org/apache/maven/plugins/javadoc/AggregatorJavadocNoForkReport.java
@@ -28,8 +28,7 @@ import org.apache.maven.plugins.annotations.ResolutionScope;
  * Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard
  * <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>.
  *
- * @version $Id$
- * @since 3.0.1
+ * @since 3.1.0
  */
 @Mojo( name = "aggregate-no-fork", requiresDependencyResolution = ResolutionScope.COMPILE )
 @Execute( phase = LifecyclePhase.NONE )