mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-03-31 00:32:53 +00:00
[OPB-3] adding distribution management and scm
This commit is contained in:
14
pom.xml
14
pom.xml
@@ -45,4 +45,18 @@
|
|||||||
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>github</id>
|
||||||
|
<name>GitHub Packages</name>
|
||||||
|
<url>https://maven.pkg.github.com/Sheldan/OnePlusBot</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<url>https://maven.pkg.github.com/Sheldan/OnePlusBot</url>
|
||||||
|
<developerConnection>scm:git:git@github.com:Sheldan/OnePlusBot.git</developerConnection>
|
||||||
|
<tag>HEAD</tag>
|
||||||
|
</scm>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
Reference in New Issue
Block a user