Skip to content

Commit 0d58f2c

Browse files
committed
Use https instead of git protocol
1 parent ac0c1a0 commit 0d58f2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
</developers>
2828

2929
<scm>
30-
<connection>scm:git:git@github.com:Zlika/reproducible-build-maven-plugin.git</connection>
31-
<developerConnection>scm:git:git@github.com:Zlika/reproducible-build-maven-plugin.git</developerConnection>
30+
<connection>scm:git:https://github.com/Zlika/reproducible-build-maven-plugin.git</connection>
31+
<developerConnection>scm:git:https://github.com/Zlika/reproducible-build-maven-plugin.git</developerConnection>
3232
<url>https://github.com/Zlika/reproducible-build-maven-plugin</url>
3333
<tag>HEAD</tag>
3434
</scm>
@@ -49,7 +49,7 @@
4949
</repository>
5050
<site>
5151
<id>github-project-site</id>
52-
<url>gitsite:git@github.com/Zlika/reproducible-build-maven-plugin.git</url>
52+
<url>gitsite:https://github.com/Zlika/reproducible-build-maven-plugin.git</url>
5353
</site>
5454
</distributionManagement>
5555

0 commit comments

Comments
 (0)