updated settings

This commit is contained in:
Jeremy Long
2017-07-06 19:51:09 -04:00
parent 64c824fedf
commit 6800029163
2 changed files with 13 additions and 3 deletions

View File

@@ -12,6 +12,16 @@
<password>${env.JFROG_PASSWORD}</password>
<id>snapshot</id>
</server>
<server>
<username>${env.JFROG_USER}</username>
<password>${env.JFROG_PASSWORD}</password>
<id>plugins-release</id>
</server>
<server>
<username>${env.JFROG_USER}</username>
<password>${env.JFROG_PASSWORD}</password>
<id>plugins-snapshot</id>
</server>
</servers>
<profiles>
<profile>
@@ -36,13 +46,13 @@
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>release</id>
<id>plugins-release</id>
<name>plugins-release</name>
<url>https://dependencycheck.jfrog.io/dependencycheck/plugins-release</url>
</pluginRepository>
<pluginRepository>
<snapshots />
<id>snapshot</id>
<id>plugins-snapshot</id>
<name>plugins-snapshot</name>
<url>https://dependencycheck.jfrog.io/dependencycheck/plugins-snapshot</url>
</pluginRepository>