We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8174e39 commit b26ca31Copy full SHA for b26ca31
pom.xml
@@ -458,7 +458,7 @@
458
<repository>
459
<id>sonatype-nexus-staging</id>
460
<name>Sonatype Release</name>
461
- <url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
462
</repository>
463
<snapshotRepository>
464
<id>sonatype-nexus-snapshots</id>
@@ -467,7 +467,7 @@
467
</snapshotRepository>
468
</distributionManagement>
469
<properties>
470
- <distMgmtSnapshotsUrl>http://oss.sonatype.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
+ <distMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
471
</properties>
472
</project>
473
0 commit comments