This repository was archived by the owner on Jan 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 7676 <snapshots >
7777 <enabled >false</enabled >
7878 </snapshots >
79- <id >central </id >
79+ <id >bintray-release </id >
8080 <name >libs-release</name >
8181 <url >http://oss.jfrog.org/artifactory/libs-release</url >
8282 </repository >
8383 <repository >
84- <snapshots />
85- <id >snapshots</id >
84+ <snapshots >
85+ <enabled >true</enabled >
86+ </snapshots >
87+ <id >bintray-snapshot</id >
8688 <name >libs-snapshot</name >
8789 <url >http://oss.jfrog.org/artifactory/libs-snapshot</url >
8890 </repository >
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-snapshot</id >
5+ <username >${env.CI_DEPLOY_USERNAME}</username >
6+ <password >${env.CI_DEPLOY_PASSWORD}</password >
7+ </server >
8+ <server >
9+ <id >bintray-release</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