diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2023-09-30 20:09:40 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2023-09-30 20:09:40 +0200 |
commit | f96135a977b05ec6819549ff1448867db8a96ff4 (patch) | |
tree | e9d4ebcc35f2471a1a888685e49b28a5f383c497 | |
parent | 0d9788584b7c7cbdacb74227bca3f6025da3dde7 (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.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |