Update snapshot repo url (#14005)

This commit is contained in:
Lauri Tulmin 2025-06-10 03:37:47 +03:00 committed by GitHub
parent fcebab2821
commit 213d802f4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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/")
}
}

View File

@ -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/")
}
}
}

View File

@ -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/")
}
}

View File

@ -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/")
}
}
}