diff --git a/README.md b/README.md index 865d765b..2cc3c673 100644 --- a/README.md +++ b/README.md @@ -133,8 +133,8 @@ Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot reposi ```xml - incendo-snapshots - https://repo.incendo.org/content/repositories/snapshots + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots ``` @@ -181,7 +181,7 @@ with conflicting dependencies: ```kotlin repositories { mavenCentral() - maven("https://repo.incendo.org/content/repositories/snapshots") // For snapshot builds + maven("https://oss.sonatype.org/content/repositories/snapshots") // For snapshot builds } ``` diff --git a/docs/README.adoc b/docs/README.adoc index 44d1a408..e65fdca7 100644 --- a/docs/README.adoc +++ b/docs/README.adoc @@ -46,13 +46,13 @@ Cloud is available through https://search.maven.org/search?q=cloud.commandframew ---- -If you want to use snapshot builds, then they are available via our snapshot repository: +If you want to use snapshot builds, then they are available the Sonatype snapshots repository: [source,xml] ---- - incendo-snapshots - https://repo.incendo.org/content/repositories/snapshots + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots ----