Skip to content

Commit

Permalink
Add distributionManagement section to POM.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtraschke committed Aug 30, 2022
1 parent b00e203 commit 2f6eacd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
<tag>HEAD</tag>
</scm>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/kurtraschke/gtfs-rt-dump/</url>
</repository>
</distributionManagement>

<repositories>
<repository>
<id>releases-camsys-public-repo</id>
Expand Down

0 comments on commit 2f6eacd

Please sign in to comment.