Skip to content

Commit 7eb9d6d

Browse files
committed
Fixed repos.
1 parent 2a04754 commit 7eb9d6d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -243,18 +243,18 @@
243243
<url>https://github.com/JavaMoney/jsr354-api</url>
244244
</scm>
245245

246-
<distributionManagement>
247-
<repository>
248-
<id>bintray-release</id>
249-
<name>oss-jfrog-artifactory-snapshots</name>
250-
<url>https://oss.jfrog.org/artifactory/oss-release-local</url>
251-
</repository>
252-
<snapshotRepository>
253-
<id>bintray-snapshot</id>
254-
<name>oss-jfrog-artifactory-snapshots</name>
255-
<url>https://oss.jfrog.org/artifactory/oss-snapshot-local</url>
256-
</snapshotRepository>
257-
</distributionManagement>
246+
<distributionManagement>
247+
<repository>
248+
<id>bintray-release</id>
249+
<name>oss-jfrog-artifactory-releases</name>
250+
<url>https://oss.jfrog.org/artifactory/oss-release-local</url>
251+
</repository>
252+
<snapshotRepository>
253+
<id>bintray-snapshot</id>
254+
<name>oss-jfrog-artifactory-snapshots</name>
255+
<url>https://oss.jfrog.org/artifactory/oss-snapshot-local</url>
256+
</snapshotRepository>
257+
</distributionManagement>
258258

259259
<repositories>
260260
<repository>

0 commit comments

Comments
 (0)