Fix scm connection and url

Gerrit is case sensitive. Replace 'gerritforge' with 'GerritForge' in
scm connection and url string

Bug: Issue 11465
Change-Id: I4d5719753bfd7bce60a3c3d59ae33b531594b37f
diff --git a/pom.xml b/pom.xml
index 25a122d..f164ee4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,8 +20,8 @@
     </licenses>
 
     <scm>
-        <url>https://review.gerrithub.io/gerritforge/global-refdb.git</url>
-        <connection>https://review.gerrithub.io/gerritforge/global-refdb.git</connection>
+        <url>https://review.gerrithub.io/GerritForge/global-refdb.git</url>
+        <connection>https://review.gerrithub.io/GerritForge/global-refdb.git</connection>
     </scm>
 
     <developers>