Skip to content

Commit f4bca90

Browse files
committed
Update pom.xml: fix scm section
1 parent 64f7e87 commit f4bca90

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
</developer>
4747
</developers>
4848
<scm>
49-
<connection>scm:git:git://git@github.com:FastFilter/fastfilter_java.git</connection>
50-
<developerConnection>scm:git:ssh://git@github.com:FastFilter/fastfilter_java.git</developerConnection>
49+
<connection>scm:git:git@github.com:FastFilter/fastfilter_java.git</connection>
50+
<developerConnection>scm:git:git@github.com:FastFilter/fastfilter_java.git</developerConnection>
5151
<url>https://github.com/FastFilter/fastfilter_java/tree/master</url>
5252
</scm>
5353

0 commit comments

Comments
 (0)