Skip to content

Commit

Permalink
build: adding distributionManagement to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sarmbruster committed Mar 26, 2024
1 parent 6a820d9 commit d661b9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

<distributionManagement>
<repository>
<id>ossrh</id>
<name>Central Repository OSSRH</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>github</id>
<name>GitHub</name>
<url>https://maven.pkg.github.com/${repo.user}/${repo.name}</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit d661b9c

Please sign in to comment.