Update snapshot url in docs (#1999)

* update the url for the snapshot repo in docs

* Update CONTRIBUTING.md

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
This commit is contained in:
jason plumb 2021-01-08 17:39:27 -08:00 committed by GitHub
parent 3b88bb75ae
commit cd1cfcc251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ 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 `master` branch. They are available from
[Sonatype OSS snapshots repository](https://oss.sonatype.org/content/repositories/snapshots/)
the Sonatype OSS snapshots repository at https://oss.sonatype.org/content/repositories/snapshots/ ([browse](https://oss.sonatype.org/content/repositories/snapshots/io/opentelemetry/))
#### Building from source

View File

@ -10,8 +10,8 @@ to calculate the current version based on git tags. This plugin looks for the la
## Snapshot builds
Every successful CI build of the master branch automatically executes `./gradlew snapshot` as the last task.
This signals Nebula plugin to build and publish to
[JFrog OSS repository](https://oss.jfrog.org/artifactory/oss-snapshot-local/io/opentelemetry/instrumentation/) next _minor_ release version.
This means version `vX.(Y+1).0-SNAPSHOT`.
[Sonatype OSS snapshots repository](https://oss.sonatype.org/content/repositories/snapshots/io/opentelemetry/)
next _minor_ release version. This means version `vX.(Y+1).0-SNAPSHOT`.
## Starting the Release