updated pom to add var ${project.artifactId}

pull/1/head
Massimiliano Assante 4 years ago
parent 2f49e53a2a
commit bc33dd5799

@ -16,9 +16,9 @@
<name>user-registration-hook Hook</name>
<version>2.0.1</version>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/user-registration-hook.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/user-registration-hook.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/user-registration-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>
<liferay.version>6.2.5</liferay.version>

Loading…
Cancel
Save