diff --git a/dependency-check-ant/pom.xml b/dependency-check-ant/pom.xml index 0f4061ed0..2fec61287 100644 --- a/dependency-check-ant/pom.xml +++ b/dependency-check-ant/pom.xml @@ -21,7 +21,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 1.2.2-SNAPSHOT + 1.2.2 dependency-check-ant diff --git a/dependency-check-cli/pom.xml b/dependency-check-cli/pom.xml index a28b61086..1cc00f877 100644 --- a/dependency-check-cli/pom.xml +++ b/dependency-check-cli/pom.xml @@ -21,7 +21,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 1.2.2-SNAPSHOT + 1.2.2 dependency-check-cli diff --git a/dependency-check-core/pom.xml b/dependency-check-core/pom.xml index 3f0694957..b0897140d 100644 --- a/dependency-check-core/pom.xml +++ b/dependency-check-core/pom.xml @@ -15,13 +15,12 @@ limitations under the License. Copyright (c) 2012 Jeremy Long. All Rights Reserved. --> - 4.0.0 org.owasp dependency-check-parent - 1.2.2-SNAPSHOT + 1.2.2 dependency-check-core diff --git a/dependency-check-jenkins/pom.xml b/dependency-check-jenkins/pom.xml index 527aaf754..d63095621 100644 --- a/dependency-check-jenkins/pom.xml +++ b/dependency-check-jenkins/pom.xml @@ -6,7 +6,7 @@ org.owasp dependency-check-parent - 1.2.2-SNAPSHOT + 1.2.2 org.owasp diff --git a/dependency-check-maven/pom.xml b/dependency-check-maven/pom.xml index 513dc79c2..e9496c9eb 100644 --- a/dependency-check-maven/pom.xml +++ b/dependency-check-maven/pom.xml @@ -15,7 +15,6 @@ limitations under the License. Copyright (c) 2013 Jeremy Long. All Rights Reserved. --> - 4.0.0 http://maven.apache.org @@ -23,7 +22,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 1.2.2-SNAPSHOT + 1.2.2 dependency-check-maven diff --git a/dependency-check-utils/pom.xml b/dependency-check-utils/pom.xml index bad85945e..14ade8dd3 100644 --- a/dependency-check-utils/pom.xml +++ b/dependency-check-utils/pom.xml @@ -21,7 +21,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 1.2.2-SNAPSHOT + 1.2.2 dependency-check-utils diff --git a/pom.xml b/pom.xml index 515c8ca17..ba74763b8 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long org.owasp dependency-check-parent - 1.2.2-SNAPSHOT + 1.2.2 pom @@ -29,8 +29,8 @@ Copyright (c) 2012 - Jeremy Long dependency-check-ant dependency-check-maven dependency-check-jenkins - dependency-check-utils - + dependency-check-utils + Dependency-Check https://github.com/jeremylong/DependencyCheck.git 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.