Skip to content

Commit f78db6a

Browse files
committed
[build] Use SSH connection for GitHub - https is no longer supported
1 parent f92cb2d commit f78db6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
<maven.compiler.source>11</maven.compiler.source>
4141
<maven.compiler.target>11</maven.compiler.target>
4242

43-
<release-paxurl-altGitURL>scm:git:https://github.com/ops4j/org.ops4j.pax.url.git</release-paxurl-altGitURL>
4443
<wiki.url>https://ops4j1.jira.com/wiki/spaces/paxurl/overview</wiki.url>
4544

4645
<!-- versions of Maven plugins -->
@@ -116,7 +115,7 @@
116115

117116
<scm>
118117
<connection>scm:git:https://github.com/ops4j/org.ops4j.pax.url.git</connection>
119-
<developerConnection>${release-paxurl-altGitURL}</developerConnection>
118+
<developerConnection>scm:git:[email protected]:ops4j/org.ops4j.pax.url.git</developerConnection>
120119
<url>https://github.com/ops4j/org.ops4j.pax.url/tree/master</url>
121120
<tag>HEAD</tag>
122121
</scm>

0 commit comments

Comments
 (0)