From d043cc40fe9fef97125cc795317896a8ae84dfce Mon Sep 17 00:00:00 2001 From: Michael Kebe <michael.kebe@gmail.com> Date: Thu, 7 Mar 2024 15:41:20 +0000 Subject: [PATCH] docs: changed the scm url according to Maven documentation https://maven.apache.org/scm/git.html --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e83d19..effe536 100644 --- a/README.md +++ b/README.md @@ -428,8 +428,8 @@ The template handles both classic variable and file variable. ```xml <scm> - <connection>scm:git:git@gitlab-host/path/to/my/project.git</connection> - <developerConnection>scm:git:git@gitlab-host/path/to/my/project.git</developerConnection> + <connection>scm:git:ssh://git@gitlab-host/path/to/my/project.git</connection> + <developerConnection>scm:git:ssh://git@gitlab-host/path/to/my/project.git</developerConnection> ... </scm> ``` -- GitLab