Skip to content

Commit

Permalink
Staging server URL change (#787)
Browse files Browse the repository at this point in the history
Signed-off-by: Radek Felcman <[email protected]>
  • Loading branch information
rfelcman authored May 2, 2020
1 parent cb2ee9e commit 986fd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uploadToNexus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<!-- The repository info of where maven artifacts will be uploaded -->
<!-- Override value to change defaults -->
<property name="stagingId" value="ossrh"/>
<property name="stagingURL" value="https://oss.sonatype.org/service/local/staging/deploy/maven2"/>
<property name="stagingURL" value="https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2"/>
<property name="snapshotId" value="sonatype-nexus-snapshots"/>
<property name="snapshotURL" value="https://oss.sonatype.org/content/repositories/snapshots"/>

Expand Down

0 comments on commit 986fd1c

Please sign in to comment.