Skip to content

Commit ed93b5e

Browse files
committed
update for github packages
1 parent 2f93b04 commit ed93b5e

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

pom.xml

+25-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>edu.jiangxin.kaboomswing</groupId>
6-
<artifactId>KaboomSwing</artifactId>
6+
<artifactId>kaboomswing</artifactId>
77
<version>0.0.1</version>
88
<build>
99
<plugins>
@@ -18,4 +18,28 @@
1818
</plugin>
1919
</plugins>
2020
</build>
21+
22+
<distributionManagement>
23+
<repository>
24+
<id>github</id>
25+
<url>https://maven.pkg.github.com/jiangxincode/KaboomSwing</url>
26+
</repository>
27+
<snapshotRepository>
28+
<id>github</id>
29+
<url>https://maven.pkg.github.com/jiangxincode/KaboomSwing</url>
30+
</snapshotRepository>
31+
</distributionManagement>
32+
33+
<repositories>
34+
<repository>
35+
<id>github</id>
36+
<url>https://maven.pkg.github.com/jiangxincode/KaboomSwing</url>
37+
<snapshots>
38+
<enabled>true</enabled>
39+
</snapshots>
40+
<releases>
41+
<enabled>true</enabled>
42+
</releases>
43+
</repository>
44+
</repositories>
2145
</project>

0 commit comments

Comments
 (0)