Commit d043cc40 authored by Michael Kebe's avatar Michael Kebe Committed by Pierre Smeyers
Browse files

docs: changed the scm url according to Maven documentation

parent 1ee575b1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>
```