due to removing the retired attribute from NodePackageAnalyzer we should increment the minor version

This commit is contained in:
Jeremy Long
2017-11-26 09:08:36 -05:00
parent 93f25abd99
commit 0e3fa6645d
8 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
<parent>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>dependency-check-cli</artifactId>