Skip to content

Commit 7a7044f

Browse files
committed
Added deployment specifications
1 parent a7b182e commit 7a7044f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
<id>jcenter-repo</id>
2424
<url>https://jcenter.bintray.com/</url>
2525
</repository>
26+
27+
<repository>
28+
<id>github</id>
29+
<url>https://maven.pkg.github.com/xt449/${project.artifactId}/</url>
30+
</repository>
2631
</repositories>
2732

2833
<dependencies>
@@ -54,6 +59,13 @@
5459
</dependency>
5560
</dependencies>
5661

62+
<distributionManagement>
63+
<repository>
64+
<id>github</id>
65+
<url>https://maven.pkg.github.com/xt449/${project.artifactId}/</url>
66+
</repository>
67+
</distributionManagement>
68+
5769
<build>
5870
<resources>
5971
<resource>

0 commit comments

Comments
 (0)