Small editorial update (#14008)
This commit is contained in:
parent
213d802f4c
commit
a7d77a87e9
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue