Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 8276bf1

Browse files
authored
Merge pull request #19 from akomakom/correct-sonatype-url
switching to https for sonatype url (main)
2 parents ceaab98 + 8894fe5 commit 8276bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
<distributionManagement>
358358
<repository>
359359
<id>sonatype-nexus-staging</id>
360-
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
360+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
361361
</repository>
362362
<snapshotRepository>
363363
<id>sonatype-nexus-snapshots</id>

0 commit comments

Comments
 (0)