Skip to content

Commit

Permalink
switches WS packages to using JFrog Artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
Kortanul committed Sep 1, 2017
1 parent b4e54a3 commit d64dbe8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,23 @@
</scm>
<distributionManagement>
<snapshotRepository>
<id>bintray-wrensecurity-releases</id>
<id>wrensecurity-snapshots</id>
<name>Wren Security Snapshot Repository</name>
<url>${forgerockDistMgmtSnapshotsUrl}/wrensec-build-tools/;publish=1</url>
<url>${forgerockDistMgmtSnapshotsUrl}</url>
</snapshotRepository>

<repository>
<id>bintray-wrensecurity-snapshots</id>
<id>wrensecurity-releases</id>
<name>Wren Security Release Repository</name>
<url>${forgerockDistMgmtReleasesUrl}/wrensec-build-tools/;publish=1</url>
<url>${forgerockDistMgmtReleasesUrl}</url>
</repository>
</distributionManagement>
<repositories>
<!-- Needed to retrieve parent POM -->
<repository>
<id>bintray-wrensecurity-releases</id>
<id>wrensecurity-releases</id>
<name>Wren Security Release Repository</name>
<url>http://dl.bintray.com/wrensecurity/releases</url>
<url>https://wrensecurity.jfrog.io/wrensecurity/releases</url>

<snapshots>
<enabled>false</enabled>
Expand Down

0 comments on commit d64dbe8

Please sign in to comment.