[prev in list] [next in list] [prev in thread] [next in thread] 

List:       activemq-commits
Subject:    [activemq-artemis] branch master updated: NO-JIRA update docs for gitbox
From:       clebertsuconic () apache ! org
Date:       2019-01-31 18:24:58
Message-ID: 154895909875.28620.12658728048907994739 () gitbox ! apache ! org
[Download RAW message or body]

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4bff01e  NO-JIRA update docs for gitbox
     new 3a61d2c  This closes #2535
4bff01e is described below

commit 4bff01e01c628d8a87a001b7b18c48034d8a90e2
Author: Justin Bertram <jbertram@apache.org>
AuthorDate: Thu Jan 31 09:41:49 2019 -0600

    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 d3a5e7e..be21fa4 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/<version>
 +https://gitbox.apache.org/repos/asf/activemq-artemis.git;a=tag;h=refs/tags/<version>
  
 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 7e49f15..8c1f9bb 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 3095679..d941bb5 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 <artemis-repo>/.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 6ab43de..3fe3697 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,8 +193,8 @@
    </properties>
 
    <scm>
-      <connection>scm:git:http://git-wip-us.apache.org/repos/asf/activemq-artemis.git</connection>
                
-      <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/activemq-artemis.git</developerConnection>
 +      <connection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis.git</connection>
 +      <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis.git</developerConnection>
                
       <url>https://fisheye6.atlassian.com/browse/~br=master/activemq-artemis-git</url>
  <tag>1.0.0-SNAPSHOT</tag>
    </scm>
diff --git a/scripts/merge-PR.sh b/scripts/merge-PR.sh
index dc42761..976bacf 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



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic