Skip to content

Commit

Permalink
Use scm.connection consistent with archetype (#1201)
Browse files Browse the repository at this point in the history
Consistent is better
  • Loading branch information
MarkEWaite authored Oct 8, 2024
1 parent 6343148 commit c277084
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 @@ -47,7 +47,7 @@

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

0 comments on commit c277084

Please sign in to comment.