Skip to content

Commit 2a04754

Browse files
committed
Fixed repos (second fix).
1 parent a11767b commit 2a04754

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,12 @@
245245

246246
<distributionManagement>
247247
<repository>
248-
<id>bintray-snapshot</id>
248+
<id>bintray-release</id>
249249
<name>oss-jfrog-artifactory-snapshots</name>
250250
<url>https://oss.jfrog.org/artifactory/oss-release-local</url>
251251
</repository>
252252
<snapshotRepository>
253-
<id>bintray-release</id>
253+
<id>bintray-snapshot</id>
254254
<name>oss-jfrog-artifactory-snapshots</name>
255255
<url>https://oss.jfrog.org/artifactory/oss-snapshot-local</url>
256256
</snapshotRepository>
@@ -269,7 +269,7 @@
269269
<snapshots>
270270
<enabled>true</enabled>
271271
</snapshots>
272-
<id>bintry-snapshot</id>
272+
<id>bintray-snapshot</id>
273273
<name>libs-snapshot</name>
274274
<url>http://oss.jfrog.org/artifactory/libs-snapshot</url>
275275
</repository>

0 commit comments

Comments
 (0)