Fix git connection URL in pom.xml

https://maven.apache.org/scm/git.html
This commit is contained in:
Christian Koop 2023-05-18 10:23:03 +02:00
parent 9f5a20e215
commit 577547b53a
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<scm>
<url>https://github.com/songoda/EpicAnchors</url>
<connection>scm:git:git:github.com/songoda/EpicAnchors.git</connection>
<connection>scm:git:git://github.com/songoda/EpicAnchors.git</connection>
</scm>
<build>