updated pom adding ${project.artifactId} in scm

This commit is contained in:
Massimiliano Assante 2020-04-01 10:19:17 +02:00
parent 595804dc08
commit 271b7d4ef0
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@
<name>landing-page-hook Hook</name>
<version>6.4.0-SNAPSHOT</version>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/landing-page-hook.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/landing-page-hook.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/landing-page-hook</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>
<properties>
<distroDirectory>distro</distroDirectory>