Skip to content

Commit f01f0f4

Browse files
committed
Change to github package
1 parent ac7a927 commit f01f0f4

File tree

2 files changed

+30
-7
lines changed

2 files changed

+30
-7
lines changed

.travis/settings.xml

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,35 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
44
http://maven.apache.org/xsd/settings-1.0.0.xsd">
5+
6+
<activeProfiles>
7+
<activeProfile>github</activeProfile>
8+
</activeProfiles>
9+
10+
<profiles>
11+
<profile>
12+
<id>github</id>
13+
<repositories>
14+
<repository>
15+
<id>central</id>
16+
<url>https://repo1.maven.org/maven2</url>
17+
</repository>
18+
<repository>
19+
<id>github</id>
20+
<url>https://maven.pkg.github.com/bliblidotcom/*</url>
21+
<snapshots>
22+
<enabled>true</enabled>
23+
</snapshots>
24+
</repository>
25+
</repositories>
26+
</profile>
27+
</profiles>
28+
529
<servers>
630
<server>
7-
<id>bintray-bliblidotcom-maven</id>
8-
<username>${env.BINTRAY_USERNAME}</username>
9-
<password>${env.BINTRAY_PASSWORD}</password>
31+
<id>github</id>
32+
<username>${env.GITHUB_USERNAME}</username>
33+
<password>${env.GITHUB_PASSWORD}</password>
1034
</server>
1135
</servers>
12-
1336
</settings>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@
162162

163163
<distributionManagement>
164164
<repository>
165-
<id>bintray-bliblidotcom-maven</id>
166-
<name>bliblidotcom-maven</name>
167-
<url>https://api.bintray.com/maven/bliblidotcom/maven/blibli-backend-framework/;publish=1</url>
165+
<id>github</id>
166+
<name>GitHub OWNER Apache Maven Packages</name>
167+
<url>https://maven.pkg.github.com/bliblidotcom/blibli-backend-framework</url>
168168
</repository>
169169
</distributionManagement>
170170

0 commit comments

Comments
 (0)