From 81dc8a9fca9c156cbb86b49d91f187c784f8c828 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 9 Jun 2025 17:39:24 -0700 Subject: [PATCH] Update snapshot location --- CONTRIBUTING.md | 4 ++-- RELEASING.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f482397c7..6d8a6a806 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,8 +40,8 @@ In order to build and test this whole repository you need JDK 11+. 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/contrib/)) +the Sonatype snapshot repository at `https://central.sonatype.com/repository/maven-snapshots/` +([browse](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/contrib/)). #### Building from source diff --git a/RELEASING.md b/RELEASING.md index afb1b8162..70d044163 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -7,8 +7,8 @@ The version is specified in [version.gradle.kts](version.gradle.kts). ## Snapshot builds 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/contrib/). +as the last step, which publishes a snapshot build to the +[Sonatype snapshot repository](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/contrib/). ## Release cadence