NO-JIRA: update repo location links/metadata
diff --git a/QUICKSTART.md b/QUICKSTART.md
index 4143754..95e9e18 100644
--- a/QUICKSTART.md
+++ b/QUICKSTART.md
@@ -248,7 +248,7 @@
 If you are a developer working on changes to qpid-interop-test itself, the
 source repository can be cloned from git as follows:
 
-    git clone https://git-wip-us.apache.org/repos/asf/qpid-interop-test.git
+    git clone https://gitbox.apache.org/repos/asf/qpid-interop-test.git
     
 or
     
diff --git a/pom.xml b/pom.xml
index beac4a9..b3ef087 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,9 +40,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/qpid-interop-test.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/qpid-interop-test.git</developerConnection>
-    <url>https://git-wip-us.apache.org/repos/asf?p=qpid-interop-test.git</url>
+    <connection>scm:git:http://gitbox.apache.org/repos/asf/qpid-interop-test.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/qpid-interop-test.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=qpid-interop-test.git</url>
   </scm>
 
   <properties>