Fixed reference to the parent's artifactId in SCM sections in sub-modules POMs

This commit is contained in:
Mauro Mugnaini 2020-11-26 12:50:20 +01:00
parent ca497d3f07
commit 6b0a30c715
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.parent.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.parent.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
<url>https://code-repo.d4science.org/gCubeSystem/${project.parent.artifactId}</url>
</scm>
<artifactId>avatar-storage</artifactId>