version 0.2.6.1

Former-commit-id: 216985f090c33a5d79c9389afd714a9423f15312
This commit is contained in:
Jeremy Long
2013-03-16 16:56:34 -04:00
parent bba3e85d0e
commit c9fd6d6cf8
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.