Skip to content

Commit

Permalink
Merge pull request #19 from aws/update-sonatype-url
Browse files Browse the repository at this point in the history
update-sonatype-url
  • Loading branch information
srondelli authored Mar 11, 2020
2 parents 6511456 + ca6bb9f commit 300b9bf
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 @@ -49,11 +49,11 @@
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://aws.oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://aws.oss.sonatype.org/content/groups/staging/</url>
</repository>
</distributionManagement>

Expand Down Expand Up @@ -197,7 +197,7 @@
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<nexusUrl>https://aws.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
Expand Down

0 comments on commit 300b9bf

Please sign in to comment.