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