fix(pom): Point to GitLab for public repository information.

The SCM link should point to GitLab so that Renovate Bot is able to
pick up the release notes.  The home page is now GitLab, too, since it
renders README.adoc correctly, which Gerrit does not.

Change-Id: Ibcd8b87ff8e3110df0220d5438414a0cdde6280a
diff --git a/pom.xml b/pom.xml
index 77dbda6..b37cb62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
   <packaging>pom</packaging>
 
   <name>Quarkus Google Cloud JSON Logging Extension - Parent</name>
-  <url>https://gerrit.benkard.de/plugins/gitiles/quarkus-googlecloud-jsonlogging</url>
+  <url>https://gitlab.benkard.de/mulk/quarkus-googlecloud-jsonlogging</url>
 
   <description>
     A Quarkus extension that logs to standard output in a JSON format
@@ -42,9 +42,9 @@
   </developers>
 
   <scm>
-    <connection>scm:git:https://gerrit.benkard.de/quarkus-googlecloud-jsonlogging</connection>
+    <connection>scm:git:https://gitlab.benkard.de/mulk/quarkus-googlecloud-jsonlogging.git</connection>
     <developerConnection>scm:git:ssh://gerrit.benkard.de:29418/quarkus-googlecloud-jsonlogging</developerConnection>
-    <url>https://gerrit.benkard.de/plugins/gitiles/quarkus-googlecloud-jsonlogging</url>
+    <url>https://gitlab.benkard.de/mulk/quarkus-googlecloud-jsonlogging</url>
   </scm>
 
   <modules>