Missing SCM section added to POM

This commit is contained in:
Mauro Mugnaini 2020-11-24 17:31:49 +01:00
parent d042bf046f
commit 3f5d71eb02
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@
</dependency>
</dependencies>
</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>
<dependencies>
<dependency>
<groupId>org.gcube.common</groupId>