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 53c8ad4 commit abc3633
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 @@ -23,6 +23,14 @@
<tag>HEAD</tag>
</scm>

<distributionManagement>
<repository>
<id>ossrh</id>
<name>Central Repository OSSRH</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<dependencies>

<dependency>
Expand Down

0 comments on commit abc3633

Please sign in to comment.