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

samt pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 0d81fca44e386386c80315fa28c47bbecd890d98
Author: Michael Shuler <[email protected]>
AuthorDate: Fri Jan 4 14:50:29 2019 -0600

    Update URLs for gitbox.apache.org migration
---
 CONTRIBUTING.md                            | 2 +-
 build.xml                                  | 2 +-
 debian/control                             | 4 ++--
 doc/source/development/ide.rst             | 2 +-
 doc/source/development/release_process.rst | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 779df1b..aef736d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,7 +1,7 @@
 # Apache Cassandra and Pull Requests
 
 Apache Cassandra doesn't use GitHub pull requests as part of the development 
process.
-In fact, this repository is a GitHub mirror of [the official 
repo](https://git-wip-us.apache.org/repos/asf/cassandra.git). The development 
team has no control over it. We cannot merge or close any pull requests opened 
for the apache/cassandra repository, so please don't open them.
+In fact, this repository is a GitHub mirror of [the official 
repo](https://gitbox.apache.org/repos/asf/cassandra.git). The development team 
has no control over it. We cannot merge or close any pull requests opened for 
the apache/cassandra repository, so please don't open them.
 
 # How to Contribute
 
diff --git a/build.xml b/build.xml
index 60b66fc..0fdf95c 100644
--- a/build.xml
+++ b/build.xml
@@ -28,7 +28,7 @@
     <property name="base.version" value="4.0"/>
     <property name="scm.connection" 
value="scm:git://git.apache.org/cassandra.git"/>
     <property name="scm.developerConnection" 
value="scm:git://git.apache.org/cassandra.git"/>
-    <property name="scm.url" 
value="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=tree"/>
+    <property name="scm.url" 
value="https://gitbox.apache.org/repos/asf?p=cassandra.git;a=tree"/>
 
     <!-- directory details -->
     <property name="basedir" value="."/>
diff --git a/debian/control b/debian/control
index 816d8f0..13f2a45 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Eric Evans <[email protected]>
 Uploaders: Sylvain Lebresne <[email protected]>
 Build-Depends: debhelper (>= 5), openjdk-8-jdk | java8-jdk, ant (>= 1.9), 
ant-optional (>= 1.9), dh-python, python-dev (>= 2.7), quilt, bash-completion
 Homepage: http://cassandra.apache.org
-Vcs-Git: http://git-wip-us.apache.org/repos/asf/cassandra.git
-Vcs-Browser: https://git-wip-us.apache.org/repos/asf?p=cassandra.git
+Vcs-Git: https://gitbox.apache.org/repos/asf/cassandra.git
+Vcs-Browser: https://gitbox.apache.org/repos/asf?p=cassandra.git
 Standards-Version: 3.8.3
 
 Package: cassandra
diff --git a/doc/source/development/ide.rst b/doc/source/development/ide.rst
index c52c11a..afe621d 100644
--- a/doc/source/development/ide.rst
+++ b/doc/source/development/ide.rst
@@ -24,7 +24,7 @@ Getting started with Cassandra and IntelliJ IDEA or Eclipse 
is simple, once you
 
 The source code for Cassandra is shared through the central Apache Git 
repository and organized by different branches. You can access the code for the 
current development branch through git as follows::
 
-   git clone http://git-wip-us.apache.org/repos/asf/cassandra.git 
cassandra-trunk
+   git clone https://gitbox.apache.org/repos/asf/cassandra.git cassandra-trunk
 
 Other branches will point to different versions of Cassandra. Switching to a 
different branch requires checking out the branch by its name::
 
diff --git a/doc/source/development/release_process.rst 
b/doc/source/development/release_process.rst
index 303c28b..23bd7ab 100644
--- a/doc/source/development/release_process.rst
+++ b/doc/source/development/release_process.rst
@@ -118,7 +118,7 @@ Fill out the following email template and send to the dev 
mailing list::
 
     sha1: <git-sha>
 
-    Git: 
http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/<version>-tentative
+    Git: 
https://gitbox.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/<version>-tentative
 
     Artifacts: 
https://repository.apache.org/content/repositories/orgapachecassandra-<nexus-id>/org/apache/cassandra/apache-cassandra/<version>/
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to