We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11767b commit 2a04754Copy full SHA for 2a04754
1 file changed
pom.xml
@@ -245,12 +245,12 @@
245
246
<distributionManagement>
247
<repository>
248
- <id>bintray-snapshot</id>
+ <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-release</id>
+ <id>bintray-snapshot</id>
254
255
<url>https://oss.jfrog.org/artifactory/oss-snapshot-local</url>
256
</snapshotRepository>
@@ -269,7 +269,7 @@
269
<snapshots>
270
<enabled>true</enabled>
271
</snapshots>
272
- <id>bintry-snapshot</id>
273
<name>libs-snapshot</name>
274
<url>http://oss.jfrog.org/artifactory/libs-snapshot</url>
275
0 commit comments