From f96135a977b05ec6819549ff1448867db8a96ff4 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 30 Sep 2023 20:09:40 +0200 Subject: 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 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 77dbda6..b37cb62 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later pom Quarkus Google Cloud JSON Logging Extension - Parent - https://gerrit.benkard.de/plugins/gitiles/quarkus-googlecloud-jsonlogging + https://gitlab.benkard.de/mulk/quarkus-googlecloud-jsonlogging A Quarkus extension that logs to standard output in a JSON format @@ -42,9 +42,9 @@ SPDX-License-Identifier: LGPL-3.0-or-later - scm:git:https://gerrit.benkard.de/quarkus-googlecloud-jsonlogging + scm:git:https://gitlab.benkard.de/mulk/quarkus-googlecloud-jsonlogging.git scm:git:ssh://gerrit.benkard.de:29418/quarkus-googlecloud-jsonlogging - https://gerrit.benkard.de/plugins/gitiles/quarkus-googlecloud-jsonlogging + https://gitlab.benkard.de/mulk/quarkus-googlecloud-jsonlogging -- cgit v1.2.3