Skip to content

Commit f57c0d1

Browse files
authored
Merge pull request #708 from rhusar/MODCLUSTER-787
MODCLUSTER-787 Update the scm connections to use git/ssh instead of h…
2 parents 81a271b + 2d048d0 commit f57c0d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
</licenses>
4747

4848
<scm>
49-
<connection>scm:git:https://github.com/modcluster/mod_cluster.git</connection>
50-
<developerConnection>scm:git:https://github.com/modcluster/mod_cluster.git</developerConnection>
49+
<connection>scm:git:git@github.com:modcluster/mod_cluster.git</connection>
50+
<developerConnection>scm:git:git@github.com:modcluster/mod_cluster.git</developerConnection>
5151
<url>https://github.com/modcluster/mod_cluster</url>
5252
<tag>HEAD</tag>
5353
</scm>

0 commit comments

Comments
 (0)