Skip to content

Commit

Permalink
update documentatio per #3197
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Mar 21, 2021
1 parent 1627a03 commit f5ecf58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven/src/site/markdown/index.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ and META files must also be mirrored; see https://nvd.nist.gov/vuln/data-feeds#J
<artifactId>dependency-check-maven</artifactId>
<version>${project.version}</version>
<configuration>
<cveUrlModified>http://internal-mirror.mycorp.com/nvdcve-1.0-modified.json.gz</cveUrlModified>
<cveUrlBase>http://internal-mirror.mycorp.com/nvdcve-1.0-%d.json.gz</cveUrlBase>
<cveUrlModified>http://internal-mirror.mycorp.com/nvdcve-1.1-modified.json.gz</cveUrlModified>
<cveUrlBase>http://internal-mirror.mycorp.com/nvdcve-1.1-%d.json.gz</cveUrlBase>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit f5ecf58

Please sign in to comment.