Add SCM section to pom.
This commit is contained in:
parent
8d8a45c00a
commit
e1c7ee7099
6
pom.xml
6
pom.xml
|
@ -21,6 +21,12 @@
|
|||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<serviceClass>VREManagement</serviceClass>
|
||||
</properties>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/smart-executor-bom</connection>
|
||||
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/smart-executor-bom</developerConnection>
|
||||
<url>https://code-repo.d4science.org/gCubeSystem/smart-executor-bom</url>
|
||||
</scm>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in New Issue