From 2ce2fdfd036c9ce147035a8fc274550fd755e1c0 Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Tue, 22 Mar 2022 12:25:44 -0400 Subject: [PATCH] NO-JIRA updating git clone URI on Release instructions --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 630a53ffb3..73d001dd93 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -46,7 +46,7 @@ https://id.apache.org/. Note: this is just the key id, not the whole fingerprint Before starting make sure you clone a brand new git as follows as the release plugin will use the upstream for pushing the tags: ```sh -git clone git://github.com/apache/activemq-artemis.git +git clone https://github.com/apache/activemq-artemis.git cd activemq-artemis git remote add upstream https://gitbox.apache.org/repos/asf/activemq-artemis.git ```