Skip to content

Commit f053b45

Browse files
author
Guillaume Scheibel
authored
Use oss.sonatype repo over https rather than http
1 parent 447ff95 commit f053b45

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
@@ -19,7 +19,7 @@
1919
</snapshotRepository>
2020
<repository>
2121
<id>ossrh</id>
22-
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
22+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
2323
</repository>
2424
</distributionManagement>
2525

0 commit comments

Comments
 (0)