Generalized 'scm' section

This commit is contained in:
Luca Frosini 2019-10-03 12:49:38 +02:00
parent 2ba4dcc6e5
commit 012dfd8517
1 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,9 @@
<description>a ckan connector for automatic login</description>
<scm>
<connection>scm::git:https://code-repo.d4science.org/gCubeSystem/ckan-connector.git</connection>
<developerConnection>scm::git:https://code-repo.d4science.org/gCubeSystem/ckan-connector.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/ckan-connector.git</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>