Update to fix scm
This commit is contained in:
parent
3c7e2062a0
commit
4cf872f888
6
pom.xml
6
pom.xml
|
@ -13,6 +13,12 @@
|
||||||
<name>seadatanet-connector</name>
|
<name>seadatanet-connector</name>
|
||||||
<description>seadatanet-connector</description>
|
<description>seadatanet-connector</description>
|
||||||
|
|
||||||
|
<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>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.dataanalysis</groupId>
|
<groupId>org.gcube.dataanalysis</groupId>
|
||||||
|
|
Loading…
Reference in New Issue