Skip to content

Commit d9b6c5e

Browse files
Changed SCM section to not use HTTPS but git protocol
1 parent 138bd3d commit d9b6c5e

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
@@ -249,8 +249,8 @@
249249
</licenses>
250250
<scm>
251251
<url>https://github.com/datacleaner/DataCleaner</url>
252-
<connection>scm:git:https://github.com/datacleaner/DataCleaner.git</connection>
253-
<developerConnection>scm:git:https://github.com/datacleaner/DataCleaner.git</developerConnection>
252+
<connection>scm:git:git@github.com:datacleaner/DataCleaner.git</connection>
253+
<developerConnection>scm:git:git@github.com:datacleaner/DataCleaner.git</developerConnection>
254254
<tag>HEAD</tag>
255255
</scm>
256256
<build>

0 commit comments

Comments
 (0)