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:
parent
3b88bb75ae
commit
cd1cfcc251
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue