NO-JIRA updating git clone URI on Release instructions

This commit is contained in:
Clebert Suconic 2022-03-22 12:25:44 -04:00
parent 4bca3d1375
commit 2ce2fdfd03
1 changed files with 1 additions and 1 deletions

View File

@ -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: 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 ```sh
git clone git://github.com/apache/activemq-artemis.git git clone https://github.com/apache/activemq-artemis.git
cd activemq-artemis cd activemq-artemis
git remote add upstream https://gitbox.apache.org/repos/asf/activemq-artemis.git git remote add upstream https://gitbox.apache.org/repos/asf/activemq-artemis.git
``` ```