version 0.2.6.1

Former-commit-id: d249ee7a38c7443c030b1db4042cf92a34f7a8f8
This commit is contained in:
Jeremy Long
2013-03-16 16:56:34 -04:00
parent 7bce07aa0e
commit ea50569b2a
2 changed files with 4 additions and 5 deletions

View File

@@ -10,8 +10,8 @@ Usage
> $ mvn package
> $ cd target
> $ java -jar dependency-check-0.2.6.0.jar -h
> $ java -jar dependency-check-0.2.6.0.jar -a Testing -out . -scan ./test-classes -scan ./lib
> $ java -jar dependency-check-0.2.6.1.jar -h
> $ java -jar dependency-check-0.2.6.1.jar -a Testing -out . -scan ./test-classes -scan ./lib
Then load the resulting 'DependencyCheck-Report.html' into your favorite browser.