fixed distributionManagement id

This commit is contained in:
Jeremy Long
2017-07-08 05:38:43 -04:00
parent 9272bded7e
commit d8107c1232

View File

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