Update snapshot repo url (#14005)
This commit is contained in:
parent
fcebab2821
commit
213d802f4c
|
|
@ -17,8 +17,8 @@ See [Running the tests](./docs/contributing/running-tests.md) for more details.
|
|||
|
||||
For developers testing code changes before a release is complete, there are
|
||||
snapshot builds of the `main` branch. They are available from
|
||||
the Sonatype OSS snapshots repository at `https://oss.sonatype.org/content/repositories/snapshots/`
|
||||
([browse](https://oss.sonatype.org/content/repositories/snapshots/io/opentelemetry/))
|
||||
the Sonatype OSS snapshots repository at `https://central.sonatype.com/repository/maven-snapshots/`
|
||||
([browse](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/))
|
||||
|
||||
### Building from source
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ The version is specified in [version.gradle.kts](version.gradle.kts).
|
|||
|
||||
Every successful CI build of the main branch automatically executes `./gradlew publishToSonatype`
|
||||
as the last step, which publishes a snapshot build to
|
||||
[Sonatype OSS snapshots repository](https://oss.sonatype.org/content/repositories/snapshots/io/opentelemetry/).
|
||||
[Sonatype OSS snapshots repository](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/).
|
||||
|
||||
## Release cadence
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ buildscript {
|
|||
}
|
||||
maven {
|
||||
name = "sonatype"
|
||||
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
|
||||
url = uri("https://central.sonatype.com/repository/maven-snapshots/")
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
|
|
@ -48,7 +48,7 @@ subprojects {
|
|||
mavenCentral()
|
||||
maven {
|
||||
name = "sonatype"
|
||||
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
|
||||
url = uri("https://central.sonatype.com/repository/maven-snapshots/")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ pluginManagement {
|
|||
gradlePluginPortal()
|
||||
maven {
|
||||
name = "sonatype"
|
||||
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
|
||||
url = uri("https://central.sonatype.com/repository/maven-snapshots/")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ repositories {
|
|||
mavenCentral()
|
||||
maven {
|
||||
name = "sonatype"
|
||||
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
|
||||
url = uri("https://central.sonatype.com/repository/maven-snapshots/")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ pluginManagement {
|
|||
gradlePluginPortal()
|
||||
maven {
|
||||
name = "sonatype"
|
||||
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
|
||||
url = uri("https://central.sonatype.com/repository/maven-snapshots/")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue