Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
chore: add distributionManagement section
Browse files Browse the repository at this point in the history
  • Loading branch information
braddialpad committed Sep 22, 2022
1 parent c7a8b51 commit 0be0575
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 @@ -20,6 +20,14 @@
</license>
</licenses>

<distributionManagement>
<repository>
<id>github</id>
<name>Dialtone Tokens Maven Packages</name>
<url>https://maven.pkg.github.com/dialpad/dialtone-tokens</url>
</repository>
</distributionManagement>

<scm>
<developerConnection>scm:git:https://github.com/dialpad/dialtone-tokens.git</developerConnection>
</scm>
Expand Down

0 comments on commit 0be0575

Please sign in to comment.