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>
|
||||
<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 -->
|
||||
|
|
Loading…
Reference in New Issue