summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2023-09-30 20:09:40 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2023-09-30 20:09:40 +0200
commitf96135a977b05ec6819549ff1448867db8a96ff4 (patch)
treee9d4ebcc35f2471a1a888685e49b28a5f383c497
parent0d9788584b7c7cbdacb74227bca3f6025da3dde7 (diff)
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
-rw-r--r--pom.xml6
1 files 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
<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 @@ SPDX-License-Identifier: LGPL-3.0-or-later
</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>