Skip to content

Commit

Permalink
Merge pull request #137 from jenkinsci/developer_connection
Browse files Browse the repository at this point in the history
set developer connection to https
  • Loading branch information
StefanSpieker authored Apr 20, 2024
2 parents 3e9363d + e778d76 commit 730fea6
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 @@ -62,7 +62,7 @@

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

0 comments on commit 730fea6

Please sign in to comment.