mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +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>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user