Skip to content

Commit 07cc465

Browse files
authored
Use ssh in mvn release plugin
1 parent 113c8df commit 07cc465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</licenses>
2424
<scm>
2525
<url>https://github.com/assertthat/assertthat-bdd-standalone</url>
26-
<connection>scm:git:git://github.com/assertthat/assertthat-bdd-standalone.git</connection>
26+
<connection>scm:git:git@github.com:assertthat/assertthat-bdd-standalone.git</connection>
2727
<developerConnection>scm:git:git@github.com:assertthat/assertthat-bdd-standalone.git</developerConnection>
2828
<tag>v1.5</tag>
2929
</scm>

0 commit comments

Comments
 (0)