fixed pom scm section

master r5.0.0
Massimiliano Assante 3 years ago
parent 72ceba6bf1
commit bdb13562c4

@ -13,11 +13,11 @@
<version>5.0.0</version>
<packaging>pom</packaging>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/gcube-portal-bundle.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/gcube-portal-bundle.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/gcube-portal-bundle</url>
<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>
<name>gcube-portal-bundle</name>
<name>${project.artifactId}</name>
<inceptionYear>2016</inceptionYear>
<developers>
<developer>

Loading…
Cancel
Save