reverting back to v1.0.1

Former-commit-id: a6ee1b41a759002095d77b2e341502c0f66b3151
This commit is contained in:
Jeremy Long
2013-08-07 22:37:35 -04:00
parent ecf2036064
commit 72e15c94c5
18 changed files with 197 additions and 312 deletions

View File

@@ -22,7 +22,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
<parent>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>dependency-check-ant</artifactId>

View File

@@ -1,5 +1,2 @@
application.name=${pom.name}
application.version=${pom.version}
# the path to the data directory
data.directory=dependency-check-data

View File

@@ -1,7 +1,7 @@
Installation
====================
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
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
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.