Skip to content

Commit

Permalink
Fix the SCM connection URL in pom.xml
Browse files Browse the repository at this point in the history
The "connection" should be an URL valid for read-only access and has to follow
the syntax as described at https://maven.apache.org/pom.html#SCM.
  • Loading branch information
sschuberth committed Aug 19, 2019
1 parent 3253210 commit c025afe
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 c025afe

Please sign in to comment.