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

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


The following commit(s) were added to refs/heads/master by this push:
     new 96a660f1 * Add additional comment to clarify the minimal supported 
version of outputing dependency tree in JSON fromat.
96a660f1 is described below

commit 96a660f1aafcf119fdcd9d68cfa0970db27b68b1
Author: Shawn <[email protected]>
AuthorDate: Wed Feb 26 13:59:19 2025 +0800

    * Add additional comment to clarify the minimal supported version of 
outputing dependency tree in JSON fromat.
---
 src/main/java/org/apache/maven/plugins/dependency/tree/TreeMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/maven/plugins/dependency/tree/TreeMojo.java 
b/src/main/java/org/apache/maven/plugins/dependency/tree/TreeMojo.java
index 3a49f633..b21f7489 100644
--- a/src/main/java/org/apache/maven/plugins/dependency/tree/TreeMojo.java
+++ b/src/main/java/org/apache/maven/plugins/dependency/tree/TreeMojo.java
@@ -105,7 +105,7 @@ public class TreeMojo extends AbstractMojo {
     /**
      * If specified, this parameter will cause the dependency tree to be 
written using the specified format. Currently
      * supported formats are: <code>text</code> (default), <code>dot</code>, 
<code>graphml</code>, <code>tgf</code>
-     * and <code>json</code>.
+     * and <code>json</code> (since 3.7.0).
      * These additional formats can be plotted to image files.
      *
      * @since 2.2

Reply via email to