Skip to content

Commit a9b3035

Browse files
committed
Add distributionManagement for release
1 parent e6989dd commit a9b3035

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,12 @@
4343
</plugins>
4444
</build>
4545

46+
<distributionManagement>
47+
<repository>
48+
<id>github</id>
49+
<name>GitHub Packages</name>
50+
<url>https://maven.pkg.github.com/kazuki43zoo/${project.artifactId}</url>
51+
</repository>
52+
</distributionManagement>
53+
4654
</project>

0 commit comments

Comments
 (0)