From 58c0ea59617f5aed2a293ad06bad8bb2ca6bff23 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Thu, 23 May 2019 11:15:25 -0700 Subject: [PATCH] RELEASING.md: Use search.maven.org instead of mvnrepository.com search.maven.org is more authoritative than mvnrepository.com --- RELEASING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index a229de1db4..723abddd72 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -187,8 +187,8 @@ releases. Generate one for the new release by following the Update README.md ---------------- After waiting ~1 day and verifying that the release appears on [Maven -Central](https://mvnrepository.com/), cherry-pick the commit that updated the -README into the master branch and go through review process. +Central](https://search.maven.org/search?q=g:io.grpc), cherry-pick the commit +that updated the README into the master branch and go through review process. ``` $ git checkout -b bump-readme master