Skip to content

Commit

Permalink
fix: set proper developerConnection in the pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat committed Oct 23, 2020
1 parent 28f1d29 commit 1bae254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<scm>
<connection>scm:git:git://github.com/${githubRepo}.git</connection>
<developerConnection>scm:git:ssh://git@github.com/${githubRepo}.git</developerConnection>
<developerConnection>scm:git:git@github.com:${githubRepo}.git</developerConnection>
<url>https://github.com/${githubRepo}</url>
<tag>${scmTag}</tag>
</scm>
Expand Down

0 comments on commit 1bae254

Please sign in to comment.