Skip to content

Commit

Permalink
build: add distributionManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-grgt committed Dec 14, 2023
1 parent 1851e7b commit 7d45033
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,15 @@
</profile>
</profiles>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

</project>

0 comments on commit 7d45033

Please sign in to comment.