Small editorial update (#14008)

This commit is contained in:
Trask Stalnaker 2025-06-09 21:48:33 -07:00 committed by GitHub
parent 213d802f4c
commit a7d77a87e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 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://central.sonatype.com/repository/maven-snapshots/`
([browse](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/))
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/)).
### 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://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/).
[Sonatype snapshot repository](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/).
## Release cadence