updated pom scm
This commit is contained in:
parent
a753d29747
commit
1ee3f39678
6
pom.xml
6
pom.xml
|
@ -13,9 +13,9 @@
|
|||
<version>1.3.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<scm>
|
||||
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/landing-page-library.git</connection>
|
||||
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/landing-page-library.git</developerConnection>
|
||||
<url>https://code-repo.d4science.org/gCubeSystem/landing-page-library</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>
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue