Update docs regarding snapshot builds
This commit is contained in:
parent
d7182807de
commit
27ae568966
2 changed files with 6 additions and 6 deletions
|
|
@ -133,8 +133,8 @@ Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot reposi
|
||||||
```xml
|
```xml
|
||||||
<!-- For snapshot builds -->
|
<!-- For snapshot builds -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>incendo-snapshots</id>
|
<id>sonatype-snapshots</id>
|
||||||
<url>https://repo.incendo.org/content/repositories/snapshots</url>
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||||
</repository>
|
</repository>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -181,7 +181,7 @@ with conflicting dependencies:
|
||||||
```kotlin
|
```kotlin
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven("https://repo.incendo.org/content/repositories/snapshots") // For snapshot builds
|
maven("https://oss.sonatype.org/content/repositories/snapshots") // For snapshot builds
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 our snapshot repository:
|
If you want to use snapshot builds, then they are available the Sonatype snapshots repository:
|
||||||
|
|
||||||
[source,xml]
|
[source,xml]
|
||||||
----
|
----
|
||||||
<repository>
|
<repository>
|
||||||
<id>incendo-snapshots</id>
|
<id>sonatype-snapshots</id>
|
||||||
<url>https://repo.incendo.org/content/repositories/snapshots</url>
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||||
</repository>
|
</repository>
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue