Skip to content

Commit

Permalink
maven doesn't support http anymore so we should use https in our docu…
Browse files Browse the repository at this point in the history
…mentation
  • Loading branch information
hmottestad committed Dec 30, 2023
1 parent a1973a3 commit d8bdc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ To include nightly snapshot builds in your project, add this repository to your
<repositories>
<repository>
<id>oss.sonatype.org-snapshot</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
Expand Down

0 comments on commit d8bdc75

Please sign in to comment.