Skip to content

Commit cd2c58e

Browse files
committed
Update scm settings to use https
1 parent 1046ebe commit cd2c58e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,10 @@
4949
</developer>
5050
</developers>
5151

52-
<!-- for releasing with maven release -->
5352
<scm>
5453
<url>https://github.com/it-at-m/itm-java-codeformat</url>
55-
<connection>scm:git:git@github.com:it-at-m/itm-java-codeformat.git</connection>
56-
<developerConnection>scm:git:git@github.com:it-at-m/itm-java-codeformat.git</developerConnection>
54+
<connection>scm:git:https://github.com/it-at-m/itm-java-codeformat.git</connection>
55+
<developerConnection>scm:git:https://github.com/it-at-m/itm-java-codeformat.git</developerConnection>
5756
<tag>HEAD</tag>
5857
</scm>
5958

0 commit comments

Comments
 (0)