Skip to content

Commit 49fa87b

Browse files
authored
Update snapshot location (#1951)
1 parent 9abec35 commit 49fa87b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ In order to build and test this whole repository you need JDK 11+.
4040

4141
For developers testing code changes before a release is complete, there are
4242
snapshot builds of the `main` branch. They are available from
43-
the Sonatype OSS snapshots repository at `https://oss.sonatype.org/content/repositories/snapshots/`
44-
([browse](https://oss.sonatype.org/content/repositories/snapshots/io/opentelemetry/contrib/))
43+
the Sonatype snapshot repository at `https://central.sonatype.com/repository/maven-snapshots/`
44+
([browse](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/contrib/)).
4545

4646
#### Building from source
4747

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The version is specified in [version.gradle.kts](version.gradle.kts).
77
## Snapshot builds
88

99
Every successful CI build of the main branch automatically executes `./gradlew publishToSonatype`
10-
as the last step, which publishes a snapshot build to
11-
[Sonatype OSS snapshots repository](https://oss.sonatype.org/content/repositories/snapshots/io/opentelemetry/contrib/).
10+
as the last step, which publishes a snapshot build to the
11+
[Sonatype snapshot repository](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/contrib/).
1212

1313
## Release cadence
1414

0 commit comments

Comments
 (0)