This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
commit 51aa18f2572bbc88d17abe255ed35028873abf22 Author: Gilles Sadowski <gil...@harfang.homelinux.org> AuthorDate: Tue Dec 11 02:40:52 2018 +0100 INFRA-17379: Repository moved to "gitbox". --- pom.xml | 6 +++--- src/site/site.xml | 2 +- src/site/xdoc/developers.xml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 227311d..29d8de2 100644 --- a/pom.xml +++ b/pom.xml @@ -39,9 +39,9 @@ </issueManagement> <scm> - <connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-numbers.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-numbers.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=commons-numbers.git</url> + <connection>scm:git:http://gitbox.apache.org/repos/asf/commons-numbers.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-numbers.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf/commons-numbers.git</url> </scm> <distributionManagement> diff --git a/src/site/site.xml b/src/site/site.xml index f40c4c9..722e3df 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -28,7 +28,7 @@ <item name="Downloads" href="http://commons.apache.org/numbers/download_numbers.cgi"/> <item name="Issue Tracking" href="/issue-tracking.html"/> <item name="Source Repository (current)" - href="http://git-wip-us.apache.org/repos/asf/commons-numbers.git"/> + href="http://gitbox.apache.org/repos/asf/commons-numbers.git"/> <!-- <item name="Wiki" --> <!-- href="http://wiki.apache.org/commons/Numbers"/> --> <item name="Developers Guide" href="/developers.html"/> diff --git a/src/site/xdoc/developers.xml b/src/site/xdoc/developers.xml index d62066b..4675e78 100644 --- a/src/site/xdoc/developers.xml +++ b/src/site/xdoc/developers.xml @@ -45,11 +45,11 @@ <li> Download the Commons Numbers source code. Follow the instructions under the heading "Repository Checkout" on the - <a href="https://git-wip-us.apache.org/">Git at the ASF page</a>. + <a href="https://gitbox.apache.org/">Git at the ASF page</a>. The git url for the current development sources of Commons Numbers - is <source>http://git-wip-us.apache.org/repos/asf/commons-numbers.git</source> + is <source>http://gitbox.apache.org/repos/asf/commons-numbers.git</source> for anonymous read-only access and - <source>https://apach...@git-wip-us.apache.org/repos/asf/commons-numbers.git</source> + <source>https://apach...@gitbox.apache.org/repos/asf/commons-numbers.git</source> (where apacheid should be replaced by each committer Apache ID) for committers read-write access. </li>