From 82c57723c6345bca0f4574c1784a4b443fdeb9b3 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Mon, 18 May 2020 14:56:12 -0400 Subject: [PATCH] don't care about old versions --- .../maven/plugins/dependency/analyze/AnalyzeDepMgt.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/apache/maven/plugins/dependency/analyze/AnalyzeDepMgt.java b/src/main/java/org/apache/maven/plugins/dependency/analyze/AnalyzeDepMgt.java index b2c0ca91a..b6c1264ed 100644 --- a/src/main/java/org/apache/maven/plugins/dependency/analyze/AnalyzeDepMgt.java +++ b/src/main/java/org/apache/maven/plugins/dependency/analyze/AnalyzeDepMgt.java @@ -41,10 +41,8 @@ /** * This mojo looks at the dependencies after final resolution and looks for mismatches in your dependencyManagement - * section. In versions of maven prior to 2.0.6, it was possible to inherit versions that didn't match your - * dependencyManagement. See MNG-1577 for more info. This - * mojo is also useful for just detecting projects that override the dependencyManagement directly. Set ignoreDirect to - * false to detect these otherwise normal conditions. + * section. This mojo is also useful for detecting projects that override the dependencyManagement directly. + * Set ignoreDirect to false to detect these otherwise normal conditions. * * @author Brian Fox * @since 2.0-alpha-3