Skip to content

Commit

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

Please sign in to comment.