From 4bff01e01c628d8a87a001b7b18c48034d8a90e2 Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Thu, 31 Jan 2019 09:41:49 -0600 Subject: [PATCH] NO-JIRA update docs for gitbox --- RELEASING.md | 4 ++-- docs/hacking-guide/en/code.md | 2 +- docs/hacking-guide/en/maintainers.md | 2 +- pom.xml | 4 ++-- scripts/merge-PR.sh | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index d3a5e7ea1b..be21fa4514 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -51,7 +51,7 @@ Before starting make sure you clone a brand new git as follows as the release pl ```sh git clone git://github.com/apache/activemq-artemis.git cd activemq-artemis -git remote add upstream https://git-wip-us.apache.org/repos/asf/activemq-artemis.git +git remote add upstream https://gitbox.apache.org/repos/asf/activemq-artemis.git ``` If your git `user.email` and/or `user.name` are not set globally then you'll need to set these on the newly clone @@ -222,7 +222,7 @@ In case you want to give it a try with the maven repo on examples: http://activemq.apache.org/artemis/docs/latest/hacking-guide/validating-releases.html The source tag: -https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;a=tag;h=refs/tags/ +https://gitbox.apache.org/repos/asf/activemq-artemis.git;a=tag;h=refs/tags/ I will update the website after the vote has passed. diff --git a/docs/hacking-guide/en/code.md b/docs/hacking-guide/en/code.md index 7e49f150d8..8c1f9bb4b2 100644 --- a/docs/hacking-guide/en/code.md +++ b/docs/hacking-guide/en/code.md @@ -1,6 +1,6 @@ # Working with the Code -While the canonical Apache ActiveMQ Artemis git repository is hosted on Apache hardware at https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git +While the canonical Apache ActiveMQ Artemis git repository is hosted on Apache hardware at https://gitbox.apache.org/repos/asf/activemq-artemis.git contributors are encouraged (but not required) to use a mirror on GitHub for collaboration and pull-request review functionality. Follow the steps below to get set up with GitHub, etc. diff --git a/docs/hacking-guide/en/maintainers.md b/docs/hacking-guide/en/maintainers.md index 30956792d5..d941bb55f6 100644 --- a/docs/hacking-guide/en/maintainers.md +++ b/docs/hacking-guide/en/maintainers.md @@ -45,7 +45,7 @@ let's assume these ref/repo associations already exist as described in the [Work 1. Add the canonical Apache repository as a remote. Here we call it `apache`. - $ git remote add apache https://git-wip-us.apache.org/repos/asf/activemq-artemis.git + $ git remote add apache https://gitbox.apache.org/repos/asf/activemq-artemis.git 1. Add the following section to your /.git/config statement to fetch all pull requests sent to the GitHub mirror. We are using `upstream` as the remote repo name (as noted above), but the remote repo name may be different diff --git a/pom.xml b/pom.xml index 6ab43de4ce..3fe3697ab4 100644 --- a/pom.xml +++ b/pom.xml @@ -193,8 +193,8 @@ - scm:git:http://git-wip-us.apache.org/repos/asf/activemq-artemis.git - scm:git:https://git-wip-us.apache.org/repos/asf/activemq-artemis.git + scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis.git + scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis.git https://fisheye6.atlassian.com/browse/~br=master/activemq-artemis-git 1.0.0-SNAPSHOT diff --git a/scripts/merge-PR.sh b/scripts/merge-PR.sh index dc42761a14..976bacfaf1 100755 --- a/scripts/merge-PR.sh +++ b/scripts/merge-PR.sh @@ -26,7 +26,7 @@ set -e # # - origin being your github fork:: https://github.com/YOU/activemq-artemis.git # - upstream being the github fork for apache:: https://github.com/apache/activemq-artemis.git -# - apache being the apache origin:: https://git-wip-us.apache.org/repos/asf/activemq-artemis.git +# - apache being the apache origin:: https://gitbox.apache.org/repos/asf/activemq-artemis.git # # Notice: you should add +refs/pull/*/head to your fetch config on upstream # as specified on https://github.com/apache/activemq-artemis/blob/master/docs/hacking-guide/en/maintainers.md