updated pom scm

This commit is contained in:
Massimiliano Assante 2020-04-15 16:53:24 +02:00
parent a753d29747
commit 1ee3f39678
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@
<version>1.3.0-SNAPSHOT</version> <version>1.3.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<scm> <scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/landing-page-library.git</connection> <connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/landing-page-library.git</developerConnection> <developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/landing-page-library</url> <url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
</scm> </scm>
<name>landing-page-library</name> <name>landing-page-library</name>
<description>landing-page-library is a library used in different hooks that understands from which sites the user enter the gateway and redirects accordingly</description> <description>landing-page-library is a library used in different hooks that understands from which sites the user enter the gateway and redirects accordingly</description>