Skip to content

Commit 9abb11c

Browse files
committed
added missing distribution management
1 parent 32eaa37 commit 9abb11c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@
4343
<snapshots><enabled>true</enabled></snapshots>
4444
</repository>
4545
</repositories>
46+
<distributionManagement>
47+
<repository>
48+
<id>github</id>
49+
<name>GitHub Packages</name>
50+
<url>https://maven.pkg.github.com/codecentric/reedelk-module-csv</url>
51+
</repository>
52+
</distributionManagement>
4653
<dependencies>
4754
<dependency>
4855
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)