Skip to content

Commit 3e203a8

Browse files
authored
Merge pull request #288 from amottier/update-maven-repository-url-https
Use HTTPS URL for Sonatype repository
2 parents 62b786e + 894493e commit 3e203a8

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
@@ -238,7 +238,7 @@
238238
<repositories>
239239
<repository>
240240
<id>oss.sonatype.org-snapshot</id>
241-
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
241+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
242242
<releases>
243243
<enabled>false</enabled>
244244
</releases>

0 commit comments

Comments
 (0)