From 053932347f996573886692a84a70a86fbcfb5867 Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Sat, 14 Jan 2017 04:10:31 +0000 Subject: [PATCH] [MPLUGIN-319] added @since git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1778719 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/java/org/apache/maven/plugin/plugin/PluginReport.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java b/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java index e6c350e..b74959a 100644 --- a/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java +++ b/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java @@ -197,10 +197,11 @@ public class PluginReport private RuntimeInformation rtInfo; /** - * META-INF/maven/plugin.xml should be read with Maven-3.4.0+ to get accurate + * META-INF/maven/plugin.xml should be used only with Maven-3.4.0+ to get accurate * since (MNG-6109). * For cases where missing since info is not an issue, this version range spec can be changed * to avoid parsing code once again. (notice: should not mark readonly = true in this case...) + * @since 3.5.1 */ @Parameter( defaultValue = "(3.3.9,)", readonly = true ) private String pluginXmlSpec;