Skip to content

Commit 4b20346

Browse files
committed
Fixed deployment sonatype repo.
1 parent 59bb8b2 commit 4b20346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -380,12 +380,12 @@
380380
<distributionManagement>
381381
<repository>
382382
<id>sonatype-nexus-staging</id>
383-
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
383+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
384384
<name>Nexus Release Repository</name>
385385
</repository>
386386
<snapshotRepository>
387387
<id>sonatype-nexus-snapshots</id>
388-
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
388+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
389389
<name>Sonatype Nexus Snapshots</name>
390390
</snapshotRepository>
391391
</distributionManagement>

0 commit comments

Comments
 (0)