Fixed 'scm' section

This commit is contained in:
Luca Frosini 2019-10-03 13:14:29 +02:00
parent 350fc5cbcf
commit d52f4bb0a9
1 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,9 @@
</properties> </properties>
<scm> <scm>
<connection>scm::git:https://code-repo.d4science.org/gCubeSystem/gcube-model.git</connection> <connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection>scm::git:https://code-repo.d4science.org/gCubeSystem/gcube-model.git</developerConnection> <developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/gcube-model.git</url> <url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
</scm> </scm>
<dependencyManagement> <dependencyManagement>