From c48150a792b1fe6af87a31d6e5b3bcc4ca5f2f07 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Thu, 1 Aug 2013 11:56:15 -0400 Subject: [PATCH] updated installation download urls Former-commit-id: f496586d54e157764d32ee81d0f8a60d3c377523 --- dependency-check-ant/src/site/markdown/installation.md.vm | 4 ++-- dependency-check-cli/src/site/markdown/installation.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dependency-check-ant/src/site/markdown/installation.md.vm b/dependency-check-ant/src/site/markdown/installation.md.vm index a757313ba..d89efd2f8 100644 --- a/dependency-check-ant/src/site/markdown/installation.md.vm +++ b/dependency-check-ant/src/site/markdown/installation.md.vm @@ -1,7 +1,7 @@ Installation ==================== -Download dependency-check-ant from [bintray here](http://dl.bintray.com/jeremy-long/owasp/dependency-check-ant-1.0.0.jar). -To install dependency-check-ant place the dependency-check-ant-${project.version}.jar into +Download dependency-check-ant from [bintray here](http://dl.bintray.com/jeremy-long/owasp/dependency-check-ant-1.0.1.jar). +To install dependency-check-ant place the dependency-check-ant-1.0.1.jar into the lib directory of your Ant instalation directory. Once installed you can add the taskdef to you build.xml and add the task to a new or existing target. diff --git a/dependency-check-cli/src/site/markdown/installation.md b/dependency-check-cli/src/site/markdown/installation.md index 09f99db04..bcbb59006 100644 --- a/dependency-check-cli/src/site/markdown/installation.md +++ b/dependency-check-cli/src/site/markdown/installation.md @@ -1,6 +1,6 @@ Installation & Usage -------------------- -Downlod the dependency-check command line tool [here](http://dl.bintray.com/jeremy-long/owasp/dependency-check-1.0.0-release.zip). +Downlod the dependency-check command line tool [here](http://dl.bintray.com/jeremy-long/owasp/dependency-check-1.0.1-release.zip). Extract the zip file to a location on your computer and put the 'bin' directory into the path environment variable. On \*nix systems you will likely need to make the shell script executable: