docs: Update snapshot repo link in docs

This commit is contained in:
jmp 2021-05-03 21:17:52 -07:00
parent c76f296185
commit 2cc72e2ff9

View file

@ -46,13 +46,13 @@ Cloud is available through https://search.maven.org/search?q=cloud.commandframew
</dependency> </dependency>
---- ----
If you want to use snapshot builds, then they are available via the Sonatype OSS Snapshot repository: If you want to use snapshot builds, then they are available via our snapshot repository:
[source,xml] [source,xml]
---- ----
<repository> <repository>
<id>sonatype-snapshots</id> <id>incendo-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url> <url>https://repo.incendo.org/content/repositories/snapshots</url>
</repository> </repository>
---- ----