Update 'pom.xml'
This commit is contained in:
parent
1039e9da70
commit
6aa3574030
7
pom.xml
7
pom.xml
|
@ -25,7 +25,14 @@
|
|||
</dependencyManagement>
|
||||
|
||||
-->
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
<properties>
|
||||
<distroDirectory>distro</distroDirectory>
|
||||
</properties>
|
||||
|
|
Loading…
Reference in New Issue