Merge branch 'patch-1' of github.com:bkimminich/DependencyCheck into bkimminich-patch-1

Former-commit-id: aa6a0fc0a9352a1a2d3d4a0dfceb428242b455fd
This commit is contained in:
Jeremy Long
2014-07-20 06:38:58 -04:00

View File

@@ -40,7 +40,7 @@ The plugin can be configured using the following:
<plugin> <plugin>
<groupId>org.owasp</groupId> <groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId> <artifactId>dependency-check-maven</artifactId>
<version>1.0.2</version> <version>1.2.3</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>
@@ -59,7 +59,7 @@ The plugin can be configured using the following:
### Ant Task ### Ant Task
For instructions on the use of the Ant Task, please see the [dependency-check-ant github page](http://jeremylong.github.io/DependencyCheck/dependency-check-maven/installation.html). For instructions on the use of the Ant Task, please see the [dependency-check-ant github page](http://jeremylong.github.io/DependencyCheck/dependency-check-ant/installation.html).
Development Usage Development Usage
------------- -------------