Skip to content

Commit d943604

Browse files
committed
fix
1 parent 1495197 commit d943604

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
@@ -15,6 +15,14 @@
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
</properties>
1717

18+
<distributionManagement>
19+
<repository>
20+
<id>github</id>
21+
<name>GitHub Packages</name>
22+
<url>https://maven.pkg.github.com/octocat/hello-world</url>
23+
</repository>
24+
</distributionManagement>
25+
1826
<dependencies>
1927
<dependency>
2028
<groupId>commons-codec</groupId>

0 commit comments

Comments
 (0)