Skip to content

Commit 0891da4

Browse files
authored
Use scm.connection consistent with archetype (#220)
Consistent is better
1 parent 6f286de commit 0891da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<scm>
3838
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
39-
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
39+
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
4040
<tag>${scmTag}</tag>
4141
<url>https://github.com/${gitHubRepo}</url>
4242
</scm>

0 commit comments

Comments
 (0)