You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/20 09:36:05 UTC

[maven-help-plugin] 24/35: o Add @since tag.

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

hboutemy pushed a commit to annotated tag maven-help-plugin-2.0.2
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit bebf980e672c4224f4cbebbd1aadbf66a544f022
Author: Dennis Lundberg <de...@apache.org>
AuthorDate: Sun Nov 11 22:03:39 2007 +0000

    o Add @since tag.
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin@593970 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/maven/plugins/help/DescribeMojo.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/maven/plugins/help/DescribeMojo.java b/src/main/java/org/apache/maven/plugins/help/DescribeMojo.java
index af0ddde..413a2a5 100644
--- a/src/main/java/org/apache/maven/plugins/help/DescribeMojo.java
+++ b/src/main/java/org/apache/maven/plugins/help/DescribeMojo.java
@@ -181,6 +181,7 @@ public class DescribeMojo
      * given. Use true/false.
      *
      * @parameter expression="${medium}" default-value="false"
+     * @since 2.0.2
      */
     private boolean medium;
 

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.