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

Commit 820bff4

Browse files
committed
Added dist management.
1 parent ff83178 commit 820bff4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,19 @@
7171
<url>https://github.com/JavaMoney/javamoney-moneta-bp</url>
7272
</scm>
7373

74+
<distributionManagement>
75+
<repository>
76+
<id>bintray-release</id>
77+
<name>oss-jfrog-artifactory-release</name>
78+
<url>https://oss.jfrog.org/artifactory/oss-release-local</url>
79+
</repository>
80+
<snapshotRepository>
81+
<id>bintray-snapshot</id>
82+
<name>oss-jfrog-artifactory-snapshot</name>
83+
<url>https://oss.jfrog.org/artifactory/oss-snapshot-local</url>
84+
</snapshotRepository>
85+
</distributionManagement>
86+
7487
<repositories>
7588
<repository>
7689
<snapshots>

0 commit comments

Comments
 (0)