diff --git a/build-reporting/pom.xml b/build-reporting/pom.xml index be05566f8..fc89f99dd 100644 --- a/build-reporting/pom.xml +++ b/build-reporting/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2017 - Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 3.0.1 + 3.0.2 Dependency-Check Build-Reporting build-reporting diff --git a/dependency-check-ant/pom.xml b/dependency-check-ant/pom.xml index c107e8367..dadc7853e 100644 --- a/dependency-check-ant/pom.xml +++ b/dependency-check-ant/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 3.0.1 + 3.0.2 dependency-check-ant diff --git a/dependency-check-cli/pom.xml b/dependency-check-cli/pom.xml index d00161246..1239d0b69 100644 --- a/dependency-check-cli/pom.xml +++ b/dependency-check-cli/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 3.0.1 + 3.0.2 dependency-check-cli diff --git a/dependency-check-core/pom.xml b/dependency-check-core/pom.xml index 8b0e8405c..88b029b05 100644 --- a/dependency-check-core/pom.xml +++ b/dependency-check-core/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 3.0.1 + 3.0.2 dependency-check-core diff --git a/dependency-check-maven/pom.xml b/dependency-check-maven/pom.xml index a1c7c4b57..081ffa3a1 100644 --- a/dependency-check-maven/pom.xml +++ b/dependency-check-maven/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 3.0.1 + 3.0.2 dependency-check-maven maven-plugin diff --git a/dependency-check-plugin/pom.xml b/dependency-check-plugin/pom.xml index e44ccb504..bf53910c7 100644 --- a/dependency-check-plugin/pom.xml +++ b/dependency-check-plugin/pom.xml @@ -21,7 +21,7 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 3.0.1 + 3.0.2 org.owasp dependency-check-plugin diff --git a/dependency-check-utils/pom.xml b/dependency-check-utils/pom.xml index d833f2b8f..502d4758a 100644 --- a/dependency-check-utils/pom.xml +++ b/dependency-check-utils/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 3.0.1 + 3.0.2 dependency-check-utils diff --git a/pom.xml b/pom.xml index 05d7607fd..53c3b847c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long org.owasp dependency-check-parent - 3.0.1 + 3.0.2 pom diff --git a/src/site/markdown/modules.md b/src/site/markdown/modules.md index 012988c08..1dbfb1699 100644 --- a/src/site/markdown/modules.md +++ b/src/site/markdown/modules.md @@ -10,10 +10,16 @@ build and reporting process: - [Maven Plugin](dependency-check-maven/index.html) - [SBT Plugin](https://github.com/albuch/sbt-dependency-check) -In addition, dependency-check can be executed from the [command line](dependency-check-cli/index.html). +In addition, dependency-check can be executed from the +[command line](dependency-check-cli/index.html). + +Extending dependency-check +-------------------------- +A [dependency-check-plugin maven archetype](dependency-check-plugin/index.html] +has been created to assist with creating your own analyzers. Core Engine -------------------- +-------------------------- Information about the core engine and the utilities used can be found: - [Core](dependency-check-core/index.html)