Skip to content

Commit b26ca31

Browse files
committed
o Used https for deployment
1 parent 8174e39 commit b26ca31

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
@@ -458,7 +458,7 @@
458458
<repository>
459459
<id>sonatype-nexus-staging</id>
460460
<name>Sonatype Release</name>
461-
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
461+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
462462
</repository>
463463
<snapshotRepository>
464464
<id>sonatype-nexus-snapshots</id>
@@ -467,7 +467,7 @@
467467
</snapshotRepository>
468468
</distributionManagement>
469469
<properties>
470-
<distMgmtSnapshotsUrl>http://oss.sonatype.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
470+
<distMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
471471
</properties>
472472
</project>
473473

0 commit comments

Comments
 (0)