RELEASING.md: Use search.maven.org instead of mvnrepository.com

search.maven.org is more authoritative than mvnrepository.com
This commit is contained in:
Eric Anderson 2019-05-23 11:15:25 -07:00
parent 9679296573
commit 58c0ea5961
1 changed files with 2 additions and 2 deletions

View File

@ -187,8 +187,8 @@ releases. Generate one for the new release by following the
Update README.md Update README.md
---------------- ----------------
After waiting ~1 day and verifying that the release appears on [Maven After waiting ~1 day and verifying that the release appears on [Maven
Central](https://mvnrepository.com/), cherry-pick the commit that updated the Central](https://search.maven.org/search?q=g:io.grpc), cherry-pick the commit
README into the master branch and go through review process. that updated the README into the master branch and go through review process.
``` ```
$ git checkout -b bump-readme master $ git checkout -b bump-readme master