Skip to content

Commit d8bdc75

Browse files
committed
maven doesn't support http anymore so we should use https in our documentation
1 parent a1973a3 commit d8bdc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ To include nightly snapshot builds in your project, add this repository to your
113113
<repositories>
114114
<repository>
115115
<id>oss.sonatype.org-snapshot</id>
116-
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
116+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
117117
<releases>
118118
<enabled>false</enabled>
119119
</releases>

0 commit comments

Comments
 (0)