Skip to content

Commit

Permalink
Use scm.connection consistent with archetype
Browse files Browse the repository at this point in the history
Consistent is better
  • Loading branch information
MarkEWaite committed Oct 8, 2024
1 parent 66241ad commit 47d5832
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 @@ -35,7 +35,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 47d5832

Please sign in to comment.