Skip to content

Commit 0666874

Browse files
committed
Fix sonatype-oss-repository redundant slashes
1 parent d7a7a6b commit 0666874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250

251251
<!-- NB: Deploy to OSS Sonatype repository by default when releasing. -->
252252
<releaseProfiles>sonatype-oss-release</releaseProfiles>
253-
<sonatype-oss-repository>https://s01.oss.sonatype.org/</sonatype-oss-repository>
253+
<sonatype-oss-repository>https://s01.oss.sonatype.org</sonatype-oss-repository>
254254

255255
<!-- Plugin versions -->
256256

@@ -1617,7 +1617,7 @@
16171617
<extensions>true</extensions>
16181618
<configuration>
16191619
<serverId>sonatype-nexus-releases</serverId>
1620-
<nexusUrl>${sonatype-oss-repository}</nexusUrl>
1620+
<nexusUrl>${sonatype-oss-repository}/</nexusUrl>
16211621
<autoReleaseAfterClose>true</autoReleaseAfterClose>
16221622
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
16231623
<stagingProgressPauseDurationSeconds>12</stagingProgressPauseDurationSeconds>

0 commit comments

Comments
 (0)