File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 409409 <snapshots >
410410 <enabled >false</enabled >
411411 </snapshots >
412- <id >central </id >
412+ <id >bintray-release </id >
413413 <name >libs-release</name >
414414 <url >http://oss.jfrog.org/artifactory/libs-release</url >
415415 </repository >
416416 <repository >
417- <snapshots />
418- <id >snapshots</id >
417+ <snapshots >
418+ <enabled >true</enabled >
419+ </snapshots >
420+ <id >bintray-snapshots</id >
419421 <name >libs-snapshot</name >
420422 <url >http://oss.jfrog.org/artifactory/libs-snapshot</url >
421423 </repository >
424426
425427 <distributionManagement >
426428 <repository >
427- <id >bintray</id >
428- <name >oss-jfrog-artifactory-snapshots </name >
429+ <id >bintray-release </id >
430+ <name >oss-jfrog-artifactory-releases </name >
429431 <url >https://oss.jfrog.org/artifactory/oss-release-local</url >
430432 </repository >
431433 <snapshotRepository >
432- <id >bintray</id >
434+ <id >bintray-snapshot </id >
433435 <name >oss-jfrog-artifactory-snapshots</name >
434436 <url >https://oss.jfrog.org/artifactory/oss-snapshot-local</url >
435437 </snapshotRepository >
Original file line number Diff line number Diff line change 11<settings xmlns =" http://maven.apache.org/SETTINGS/1.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd" >
22 <servers >
33 <server >
4- <id >bintray</id >
4+ <id >bintray-release</id >
5+ <username >${env.CI_DEPLOY_USERNAME}</username >
6+ <password >${env.CI_DEPLOY_PASSWORD}</password >
7+ </server >
8+ <server >
9+ <id >bintray-snapshot</id >
510 <username >${env.CI_DEPLOY_USERNAME}</username >
611 <password >${env.CI_DEPLOY_PASSWORD}</password >
712 </server >
You can’t perform that action at this time.
0 commit comments