Fixed scm

This commit is contained in:
Luca Frosini 2023-03-06 10:30:43 +01:00
parent a3ab600fc6
commit bb37c52147
1 changed files with 3 additions and 3 deletions

View File

@ -19,9 +19,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<scm>
<connection>scm:git:https://code-repo.d4science.org/luca.frosini/${project.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/luca.frosini/${project.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/luca.frosini/${project.artifactId}</url>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
</scm>
<dependencyManagement>
<dependencies>