Skip to content

Commit

Permalink
Use https instead of git protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlika committed Sep 6, 2024
1 parent ac0c1a0 commit 0d58f2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
</developers>

<scm>
<connection>scm:git:git@github.com:Zlika/reproducible-build-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:Zlika/reproducible-build-maven-plugin.git</developerConnection>
<connection>scm:git:https://github.com/Zlika/reproducible-build-maven-plugin.git</connection>
<developerConnection>scm:git:https://github.com/Zlika/reproducible-build-maven-plugin.git</developerConnection>
<url>https://github.com/Zlika/reproducible-build-maven-plugin</url>
<tag>HEAD</tag>
</scm>
Expand All @@ -49,7 +49,7 @@
</repository>
<site>
<id>github-project-site</id>
<url>gitsite:git@github.com/Zlika/reproducible-build-maven-plugin.git</url>
<url>gitsite:https://github.com/Zlika/reproducible-build-maven-plugin.git</url>
</site>
</distributionManagement>

Expand Down

0 comments on commit 0d58f2c

Please sign in to comment.