Skip to content

Commit

Permalink
added missing distribution management
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkocot committed Apr 21, 2021
1 parent 32eaa37 commit 9abb11c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/codecentric/reedelk-module-csv</url>
</repository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 9abb11c

Please sign in to comment.