Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Added dist management.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsticks committed Apr 9, 2015
1 parent ff83178 commit 820bff4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,19 @@
<url>https://github.com/JavaMoney/javamoney-moneta-bp</url>
</scm>

<distributionManagement>
<repository>
<id>bintray-release</id>
<name>oss-jfrog-artifactory-release</name>
<url>https://oss.jfrog.org/artifactory/oss-release-local</url>
</repository>
<snapshotRepository>
<id>bintray-snapshot</id>
<name>oss-jfrog-artifactory-snapshot</name>
<url>https://oss.jfrog.org/artifactory/oss-snapshot-local</url>
</snapshotRepository>
</distributionManagement>

<repositories>
<repository>
<snapshots>
Expand Down

0 comments on commit 820bff4

Please sign in to comment.