Generalized 'scm' section

This commit is contained in:
Luca Frosini 2019-10-03 12:53:42 +02:00
parent d524e698cc
commit 4b947f95f5
1 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,9 @@
</properties>
<scm>
<connection>scm::git:https://code-repo.d4science.org/gCubeSystem/gcube-bom.git</connection>
<developerConnection>scm::git:https://code-repo.d4science.org/gCubeSystem/gcube-bom.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/gcube-bom.git</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>