Skip to content

Commit

Permalink
[build] Use SSH connection for GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
grgrzybek committed Apr 6, 2023
1 parent 614b07a commit 49c82d4
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 @@ -86,7 +86,7 @@

<scm>
<connection>scm:git:https://github.com/ops4j/org.ops4j.pax.url.git</connection>
<developerConnection>${release-paxurl-altGitURL}</developerConnection>
<developerConnection>scm:git:git@github.com:ops4j/org.ops4j.pax.url.git</developerConnection>
<url>https://github.com/ops4j/org.ops4j.pax.url/tree/master</url>
<tag>HEAD</tag>
</scm>
Expand Down

0 comments on commit 49c82d4

Please sign in to comment.