Generalized 'scm' section
This commit is contained in:
parent
3d5acf67bf
commit
96ce8b072a
12
pom.xml
12
pom.xml
|
@ -13,18 +13,18 @@
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Maven BOM for the Smartgears FW</name>
|
<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>
|
<properties>
|
||||||
<jackson.version>2.6.0</jackson.version>
|
<jackson.version>2.6.0</jackson.version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<distroDirectory>distro</distroDirectory>
|
<distroDirectory>distro</distroDirectory>
|
||||||
</properties>
|
</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>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- Imports -->
|
<!-- Imports -->
|
||||||
|
|
Loading…
Reference in New Issue