Generalized 'scm' section

This commit is contained in:
Luca Frosini 2019-10-03 15:36:54 +02:00
parent 61621fbe9f
commit ba8ddaa621
1 changed files with 3 additions and 3 deletions

View File

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