corrected distribution management section to point to the correct repository

This commit is contained in:
Jeremy Long
2017-06-18 14:34:16 -04:00
parent 99828b5cb3
commit f257388108

View File

@@ -136,11 +136,11 @@ Copyright (c) 2012 - Jeremy Long
<distributionManagement>
<snapshotRepository>
<id>snapshot</id>
<url>https://dependencycheck.jfrog.io/dependencycheck/libs-snapshot</url>
<url>https://dependencycheck.jfrog.io/dependencycheck/libs-snapshot-local</url>
</snapshotRepository>
<repository>
<name>release</name>
<url>https://dependencycheck.jfrog.io/dependencycheck/libs-release</url>
<url>https://dependencycheck.jfrog.io/dependencycheck/libs-release-local</url>
</repository>
<site>
<id>gh-pages</id>