Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 26acefe

Browse files
committed
Fixed pom repos.
1 parent cd8fd6b commit 26acefe

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,15 @@
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>

settings.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
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>

0 commit comments

Comments
 (0)