Commit 2d2cd4cb authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'michaelkebe-master-patch-77009' into 'master'

docs: Replaced / with : after hostname in scm example

See merge request to-be-continuous/maven!79
parents 1ee575b1 d043cc40
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>
```