Skip to content

Commit f975b6f

Browse files
committed
fix SCM connections in root pom.xml
1 parent bdaff31 commit f975b6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141

4242
<scm>
4343
<url>https://github.com/spotify/dataenum</url>
44-
<connection>scm:git:https://github.com/spotify/dataenum.git</connection>
45-
<developerConnection>scm:git:git://git@github.com:spotify/dataenum.git</developerConnection>
44+
<connection>scm:git:git@github.com:spotify/dataenum.git</connection>
45+
<developerConnection>scm:git:git@github.com:spotify/dataenum.git</developerConnection>
4646
<tag>HEAD</tag>
4747
</scm>
4848

0 commit comments

Comments
 (0)