From 76899996c219e399a9869dcc869a50e460a74892 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 22 Dec 2012 06:16:46 -0500 Subject: [PATCH] version 0.2.3.2 Former-commit-id: 474018fefa56379cb88cfd232c4a88e8ce9b15af --- README.txt | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 59883f98f..20490a4ea 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.3.1.jar -h -$ java -jar DependencyCheck-0.2.3.1.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.3.2.jar -h +$ java -jar DependencyCheck-0.2.3.2.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 3c280298a..8248e8958 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ along with DependencyCheck. If not, see . org.codesecure DependencyCheck - 0.2.3.1 + 0.2.3.2 jar DependencyCheck