Skip to content

Commit

Permalink
NO-JIRA updating git clone URI on Release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Mar 22, 2022
1 parent 4bca3d1 commit 2ce2fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 2ce2fdf

Please sign in to comment.