Generalized 'scm' section

This commit is contained in:
Luca Frosini 2019-10-03 12:49:59 +02:00
parent f79809d5f9
commit ab08fcc20e
1 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@ -19,9 +20,9 @@
</description>
<scm>
<connection>scm::git:https://code-repo.d4science.org/gCubeSystem/ckan-util-library.git</connection>
<developerConnection>scm::git:https://code-repo.d4science.org/gCubeSystem/ckan-util-library.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/ckan-util-library.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>