Skip to content

Commit

Permalink
Upgrade to Sonatype's new build infrastructure.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein authored and bbranan committed Dec 21, 2021
1 parent 428503a commit f1bf638
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -260,13 +260,13 @@
<repository>
<id>sonatype-releases</id>
<name>Sonatype Release Staging Maven Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>

<snapshotRepository>
<id>sonatype-snapshots</id>
<name>Sonatype Snapshots Maven Repository</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>

</distributionManagement>
Expand All @@ -284,7 +284,7 @@
<repository>
<id>snapshot</id>
<name>Sonatype Snapshots Maven Repository</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand Down Expand Up @@ -317,9 +317,9 @@
<extensions>true</extensions>
<configuration>
<serverId>sonatype-releases</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<!-- Ensures all artifacts are staged together in the same repo -->
<stagingProfileId>4f035a66af3dde</stagingProfileId>
<stagingProfileId>5fa6dd6036c9f4</stagingProfileId>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<stagingProgressTimeoutMinutes>10</stagingProgressTimeoutMinutes>
</configuration>
Expand Down

0 comments on commit f1bf638

Please sign in to comment.