From ce1ed46851f55ead85fcaf2c8eda2870bee93ec4 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Mon, 12 Nov 2012 14:50:04 -0500 Subject: [PATCH] v0.2.3 Former-commit-id: cb65976e03e63f296f2eefc5d8ef2c7462abc7ee --- README.txt | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 294012bfd..c5fe133e9 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.2.jar -h -$ java -jar DependencyCheck-0.2.2.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.jar -h +$ java -jar DependencyCheck-0.2.3.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 'Testing.html' into your favorite browser. diff --git a/pom.xml b/pom.xml index 698541268..6a7f914bc 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ along with DependencyCheck. If not, see . org.codesecure DependencyCheck - 0.2.2 + 0.2.3 jar DependencyCheck