File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 245245
246246 <distributionManagement >
247247 <repository >
248- <id >bintray</id >
248+ <id >bintray-snapshot </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</id >
253+ <id >bintray-release </id >
254254 <name >oss-jfrog-artifactory-snapshots</name >
255255 <url >https://oss.jfrog.org/artifactory/oss-snapshot-local</url >
256256 </snapshotRepository >
261261 <snapshots >
262262 <enabled >false</enabled >
263263 </snapshots >
264- <id >central </id >
264+ <id >bintray-release </id >
265265 <name >libs-release</name >
266266 <url >http://oss.jfrog.org/artifactory/libs-release</url >
267267 </repository >
268268 <repository >
269- <snapshots />
270- <id >snapshots</id >
269+ <snapshots >
270+ <enabled >true</enabled >
271+ </snapshots >
272+ <id >bintry-snapshot</id >
271273 <name >libs-snapshot</name >
272274 <url >http://oss.jfrog.org/artifactory/libs-snapshot</url >
273275 </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-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