File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ See [Running the tests](./docs/contributing/running-tests.md) for more details.
1717
1818For developers testing code changes before a release is complete, there are
1919snapshot builds of the ` main ` branch. They are available from
20- the Sonatype OSS snapshots repository at ` https://central.sonatype.com/repository/maven-snapshots/ `
21- ([ browse] ( https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/ ) )
20+ the Sonatype snapshot repository at ` https://central.sonatype.com/repository/maven-snapshots/ `
21+ ([ browse] ( https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/ ) ).
2222
2323### Building from source
2424
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The version is specified in [version.gradle.kts](version.gradle.kts).
88
99Every successful CI build of the main branch automatically executes ` ./gradlew publishToSonatype `
1010as the last step, which publishes a snapshot build to
11- [ Sonatype OSS snapshots repository] ( https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/ ) .
11+ [ Sonatype snapshot repository] ( https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/ ) .
1212
1313## Release cadence
1414
You can’t perform that action at this time.
0 commit comments