Skip to content

Commit b886f04

Browse files
committed
Fixed invalid sonatype protocol.
1 parent a490508 commit b886f04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,12 @@
240240
<distributionManagement>
241241
<repository>
242242
<id>sonatype-nexus-staging</id>
243-
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
243+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
244244
<name>Nexus Release Repository</name>
245245
</repository>
246246
<snapshotRepository>
247247
<id>sonatype-nexus-snapshots</id>
248-
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
248+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
249249
<name>Sonatype Nexus Snapshots</name>
250250
</snapshotRepository>
251251
</distributionManagement>
@@ -391,12 +391,12 @@
391391
</site>
392392
<repository>
393393
<id>cloudbees</id>
394-
<url>http://repository-jsr354.forge.cloudbees.com/release/</url>
394+
<url>https://repository-jsr354.forge.cloudbees.com/release/</url>
395395
<name>Cloudbees Release Repository</name>
396396
</repository>
397397
<snapshotRepository>
398398
<id>cloudbees</id>
399-
<url>http://repository-jsr354.forge.cloudbees.com/snapshot/</url>
399+
<url>https://repository-jsr354.forge.cloudbees.com/snapshot/</url>
400400
<name>Cloudbees Nexus Snapshots</name>
401401
</snapshotRepository>
402402
</distributionManagement>

0 commit comments

Comments
 (0)