mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 02:21:28 +01:00
fixed distributionManagement id
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -136,9 +136,11 @@ Copyright (c) 2012 - Jeremy Long
|
|||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>snapshot</id>
|
<id>snapshot</id>
|
||||||
|
<name>snapshot</name>
|
||||||
<url>https://dependencycheck.jfrog.io/dependencycheck/libs-snapshot-local</url>
|
<url>https://dependencycheck.jfrog.io/dependencycheck/libs-snapshot-local</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
<repository>
|
<repository>
|
||||||
|
<id>release</id>
|
||||||
<name>release</name>
|
<name>release</name>
|
||||||
<url>https://dependencycheck.jfrog.io/dependencycheck/libs-release-local</url>
|
<url>https://dependencycheck.jfrog.io/dependencycheck/libs-release-local</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|||||||
Reference in New Issue
Block a user