version 1.2.2

Former-commit-id: 8da06e1a2f4b41bccc22105d7bc758442bb14e57
This commit is contained in:
Jeremy Long
2014-06-22 21:31:58 -04:00
parent 0f9da0731e
commit 848be0db6c
7 changed files with 9 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long
<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2</version>
<packaging>pom</packaging>
<modules>
@@ -29,8 +29,8 @@ Copyright (c) 2012 - Jeremy Long
<module>dependency-check-ant</module>
<module>dependency-check-maven</module>
<module>dependency-check-jenkins</module>
<module>dependency-check-utils</module>
</modules>
<module>dependency-check-utils</module>
</modules>
<name>Dependency-Check</name>
<url>https://github.com/jeremylong/DependencyCheck.git</url>
<description>dependency-check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities. This tool can be part of the solution to the OWASP Top 10 2013: A9 - Using Components with Known Vulnerabilities.</description>