Skip to content

Commit b953aa0

Browse files
authored
don't care about old versions (#52)
1 parent 6adc71c commit b953aa0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/main/java/org/apache/maven/plugins/dependency/analyze/AnalyzeDepMgt.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,8 @@
4141

4242
/**
4343
* This mojo looks at the dependencies after final resolution and looks for mismatches in your dependencyManagement
44-
* section. In versions of maven prior to 2.0.6, it was possible to inherit versions that didn't match your
45-
* dependencyManagement. See <a href="https://issues.apache.org/jira/browse/MNG-1577">MNG-1577</a> for more info. This
46-
* mojo is also useful for just detecting projects that override the dependencyManagement directly. Set ignoreDirect to
47-
* false to detect these otherwise normal conditions.
44+
* section. This mojo is also useful for detecting projects that override the dependencyManagement directly.
45+
* Set ignoreDirect to false to detect these otherwise normal conditions.
4846
*
4947
* @author <a href="mailto:brianefox@gmail.com">Brian Fox</a>
5048
* @since 2.0-alpha-3

0 commit comments

Comments
 (0)