Generalized 'scm' section

This commit is contained in:
Luca Frosini 2019-10-03 12:54:31 +02:00
parent 3d5acf67bf
commit 96ce8b072a
1 changed files with 6 additions and 6 deletions

12
pom.xml
View File

@ -13,18 +13,18 @@
<packaging>pom</packaging>
<name>Maven BOM for the Smartgears FW</name>
<scm>
<connection>scm::git:https://code-repo.d4science.org/gCubeSystem/gcube-smartgears-bom.git</connection>
<developerConnection>scm::git:https://code-repo.d4science.org/gCubeSystem/gcube-smartgears-bom.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/gcube-smartgears-bom.git</url>
</scm>
<properties>
<jackson.version>2.6.0</jackson.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<distroDirectory>distro</distroDirectory>
</properties>
<scm>
<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>
<!-- Imports -->