pom.xml: fix developer connection scm link

Not sure what this is used for, but the link is wrong.
This commit is contained in:
Alan Orth 2024-04-23 07:58:27 +03:00
parent 169b063e9a
commit 2fb8d274c9
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<scm>
<connection>scm:git:git://github.com/ilri/cgspace-java-helpers.git</connection>
<developerConnection>scm:git:ssh://github.com:nanosai/cgspace-java-helpers.git</developerConnection>
<developerConnection>scm:git:ssh://github.com:ilri/cgspace-java-helpers.git</developerConnection>
<url>https://github.com/ilri/cgspace-java-helpers</url>
</scm>