diff --git a/README.md b/README.md index 7f1afd17f..fff4e5dda 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,17 @@ More information can be found on the [wiki]. Usage - -> $ mvn package -> $ cd target -> $ 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 +> $ mvn package +> $ cd target +> $ java -jar dependency-check-[version].jar -h +> $ java -jar dependency-check-[version].jar -a Testing -out . -scan ./test-classes -scan ./lib Then load the resulting 'DependencyCheck-Report.html' into your favorite browser. Mailing List - -Subscribe: [dependency-check+subscribe@googlegroups.com] [subscribe] +Subscribe: [dependency-check+subscribe@googlegroups.com] [subscribe] Post: [dependency-check@googlegroups.com] [post] License diff --git a/pom.xml b/pom.xml index b13f852f8..6387da4ba 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ along with DependencyCheck. If not, see . org.owasp.dependency-check dependency-check - 0.2.6.1 + 0.2.6.1-SNAPSHOT jar DependencyCheck