mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-26 19:21:43 +00:00
[SIS-xxx] changing github repository setup
This commit is contained in:
13
pom.xml
13
pom.xml
@@ -37,8 +37,15 @@
|
||||
<url>https://jcenter.bintray.com</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<url>https://maven.pkg.github.com/Sheldan/*</url>
|
||||
<id>github-abstracto</id>
|
||||
<url>https://maven.pkg.github.com/Sheldan/abstracto*</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>github-sissi</id>
|
||||
<url>https://maven.pkg.github.com/Sheldan/Sissi*</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
@@ -48,7 +55,7 @@
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<id>github-sissi</id>
|
||||
<name>GitHub Packages</name>
|
||||
<url>https://maven.pkg.github.com/Sheldan/Sissi</url>
|
||||
</repository>
|
||||
|
||||
Reference in New Issue
Block a user