Skip to content

Commit

Permalink
Publish packages to github.
Browse files Browse the repository at this point in the history
  • Loading branch information
nullterminated committed Oct 31, 2024
1 parent cd02770 commit 59c4939
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 @@ -84,6 +84,13 @@
<url>https://maven.wocommunity.org/content/groups/public/</url>
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/nullterminated/ponder</url>
</repository>
</distributionManagement>
<scm>
<connection>scm:git:[email protected]:nullterminated/ponder.git</connection>
<url>scm:git:[email protected]:nullterminated/ponder.git</url>
Expand Down

0 comments on commit 59c4939

Please sign in to comment.