Fixed 'scm' section
This commit is contained in:
parent
529e5110c9
commit
53cbc116e3
6
pom.xml
6
pom.xml
|
@ -29,9 +29,9 @@
|
|||
</properties>
|
||||
|
||||
<scm>
|
||||
<connection>scm::git:https://code-repo.d4science.org/gCubeSystem/storagehub-application-persistence.git</connection>
|
||||
<developerConnection>scm::git:https://code-repo.d4science.org/gCubeSystem/storagehub-application-persistence.git</developerConnection>
|
||||
<url>https://code-repo.d4science.org/gCubeSystem/storagehub-application-persistence.git</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>
|
||||
|
||||
<dependencyManagement>
|
||||
|
|
Loading…
Reference in New Issue