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 245
245
246
246
<distributionManagement >
247
247
<repository >
248
- <id >bintray</id >
248
+ <id >bintray-snapshot </id >
249
249
<name >oss-jfrog-artifactory-snapshots</name >
250
250
<url >https://oss.jfrog.org/artifactory/oss-release-local</url >
251
251
</repository >
252
252
<snapshotRepository >
253
- <id >bintray</id >
253
+ <id >bintray-release </id >
254
254
<name >oss-jfrog-artifactory-snapshots</name >
255
255
<url >https://oss.jfrog.org/artifactory/oss-snapshot-local</url >
256
256
</snapshotRepository >
261
261
<snapshots >
262
262
<enabled >false</enabled >
263
263
</snapshots >
264
- <id >central </id >
264
+ <id >bintray-release </id >
265
265
<name >libs-release</name >
266
266
<url >http://oss.jfrog.org/artifactory/libs-release</url >
267
267
</repository >
268
268
<repository >
269
- <snapshots />
270
- <id >snapshots</id >
269
+ <snapshots >
270
+ <enabled >true</enabled >
271
+ </snapshots >
272
+ <id >bintry-snapshot</id >
271
273
<name >libs-snapshot</name >
272
274
<url >http://oss.jfrog.org/artifactory/libs-snapshot</url >
273
275
</repository >
Original file line number Diff line number Diff line change 1
1
<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" >
2
2
<servers >
3
3
<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 >
5
10
<username >${env.CI_DEPLOY_USERNAME}</username >
6
11
<password >${env.CI_DEPLOY_PASSWORD}</password >
7
12
</server >
You can’t perform that action at this time.
0 commit comments