remove .git from pom scm url
diff --git a/pom.xml b/pom.xml
index 7c47e15..6126d25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
   <scm>
     <connection>scm:git:ssh://git@github.com/DataSketches/sketches-hive.git</connection>
     <developerConnection>scm:git:ssh://git@github.com/DataSketches/sketches-hive.git</developerConnection>
-    <url>https://github.com/DataSketches/sketches-hive.git</url>
+    <url>https://github.com/DataSketches/sketches-hive</url>
     <tag>HEAD</tag>
   </scm>