QPID-7640: Change scm info in pom.xml from svn to git.
diff --git a/pom.xml b/pom.xml
index 0bba9c2..ff2c673 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,9 +62,9 @@
   </mailingLists>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/qpid/qpid-jms-amqp-0-x/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/qpid/qpid-jms-amqp-0-x/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/qpid/qpid-jms-amqp-0-x/trunk</url>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x.git</url>
   </scm>
 
   <distributionManagement>