From 882ff8a3253cd9b41c7d168be32a1da5cf3a5e0f Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Wed, 9 Jan 2013 22:51:06 -0500 Subject: [PATCH] version 0.2.5.1 Former-commit-id: a9d02a59a7f91fb02a4a920e74d6fb25aa0cd4b8 --- README.txt | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 8bed978ba..e3ed094d2 100644 --- a/README.txt +++ b/README.txt @@ -7,8 +7,8 @@ If found, it will generate a report linking to the associated CVE entries. Usage: $ mvn package $ cd target -$ java -jar DependencyCheck-0.2.5.0.jar -h -$ java -jar DependencyCheck-0.2.5.0.jar -a Testing -out . -scan ./test-classes/org.mortbay.jetty.jar -scan ./test-classes/struts2-core-2.1.2.jar -scan ./lib +$ java -jar DependencyCheck-0.2.5.1.jar -h +$ java -jar DependencyCheck-0.2.5.1.jar -a Testing -out . -scan ./test-classes/org.mortbay.jetty.jar -scan ./test-classes/struts2-core-2.1.2.jar -scan ./lib Then load the resulting 'DependencyCheck-Report.html' into your favorite browser. diff --git a/pom.xml b/pom.xml index aa640b616..3b4365338 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ along with DependencyCheck. If not, see . org.codesecure DependencyCheck - 0.2.5.0 + 0.2.5.1 jar DependencyCheck