From 37b95d5e9454c0ef1122451f0dc669cbf1cc5357 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Mon, 9 Sep 2013 10:09:20 -0400 Subject: [PATCH] updated links to bintray Former-commit-id: 94443679abdc9ea98132c47e0ed91ca0872648be --- dependency-check-ant/src/site/markdown/installation.md.vm | 2 +- .../src/site/markdown/{installation.md => installation.md.vm} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename dependency-check-cli/src/site/markdown/{installation.md => installation.md.vm} (85%) diff --git a/dependency-check-ant/src/site/markdown/installation.md.vm b/dependency-check-ant/src/site/markdown/installation.md.vm index a757313ba..f45edf1f2 100644 --- a/dependency-check-ant/src/site/markdown/installation.md.vm +++ b/dependency-check-ant/src/site/markdown/installation.md.vm @@ -1,6 +1,6 @@ Installation ==================== -Download dependency-check-ant from [bintray here](http://dl.bintray.com/jeremy-long/owasp/dependency-check-ant-1.0.0.jar). +Download dependency-check-ant from [bintray here](http://dl.bintray.com/jeremy-long/owasp/dependency-check-ant-${project.version}.jar). To install dependency-check-ant place the dependency-check-ant-${project.version}.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.vm similarity index 85% rename from dependency-check-cli/src/site/markdown/installation.md rename to dependency-check-cli/src/site/markdown/installation.md.vm index 09f99db04..5193cb892 100644 --- a/dependency-check-cli/src/site/markdown/installation.md +++ b/dependency-check-cli/src/site/markdown/installation.md.vm @@ -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-${project.version}-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: