updated artifact name and version with placeholder vars

This commit is contained in:
Massimiliano Assante 2020-03-20 12:40:16 +01:00
parent 8b945a4993
commit 181eda1949
1 changed files with 5 additions and 5 deletions

10
pom.xml
View File

@ -18,9 +18,9 @@
VREFolder-hook handles the user adding/removal from the related Home Library VRE Folder
</description>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/VREFolder-hook.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/VREFolder-hook.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/VREFolder-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>
@ -125,8 +125,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
<source>1.8</source>
<target>1.8</target>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
<plugin>