Skip to content

Commit

Permalink
Merge pull request #178 from sschuberth/patch-1
Browse files Browse the repository at this point in the history
Fix the SCM connection URL in pom.xml
  • Loading branch information
ceki committed Aug 19, 2019
2 parents 3253210 + c025afe commit 0d0f187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -29,7 +29,7 @@

<scm>
<url>https://github.com/qos-ch/slf4j</url>
<connection>scm:git@github.com:qos-ch/slf4j.git</connection>
<connection>scm:git:https://github.com/qos-ch/slf4j.git</connection>
</scm>

<properties>
Expand Down

0 comments on commit 0d0f187

Please sign in to comment.