Skip to content

Commit c277084

Browse files
authored
Use scm.connection consistent with archetype (jenkinsci#1201)
Consistent is better
1 parent 6343148 commit c277084

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
@@ -47,7 +47,7 @@
4747

4848
<scm>
4949
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
50-
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
50+
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
5151
<tag>${scmTag}</tag>
5252
<url>https://github.com/${gitHubRepo}</url>
5353
</scm>

0 commit comments

Comments
 (0)