You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2022/03/22 16:25:53 UTC

[activemq-artemis] branch main updated: NO-JIRA updating git clone URI on Release instructions

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 2ce2fdf  NO-JIRA updating git clone URI on Release instructions
2ce2fdf is described below

commit 2ce2fdfd036c9ce147035a8fc274550fd755e1c0
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Tue Mar 22 12:25:44 2022 -0400

    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 630a53f..73d001d 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
 ```