Add SCM section to pom.

This commit is contained in:
Manuele Simi 2019-12-21 09:25:09 -05:00
parent 8d8a45c00a
commit e1c7ee7099
1 changed files with 6 additions and 0 deletions

View File

@ -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>