updated pom to add var ${project.artifactId}
This commit is contained in:
parent
2f49e53a2a
commit
bc33dd5799
6
pom.xml
6
pom.xml
|
@ -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…
Reference in New Issue