Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #340 from spotify/ossrh-dist
Browse files Browse the repository at this point in the history
Point distrubution management to new staging server
  • Loading branch information
klaraward committed Apr 16, 2021
2 parents 875e935 + f1f2b93 commit 694cfba
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 @@ -648,6 +648,17 @@
</profile>
</profiles>

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

<developers>
<developer>
<id>pettermahlen</id>
Expand Down

0 comments on commit 694cfba

Please sign in to comment.