Update 'pom.xml'

added scm section to pom.xml
master
Roberto Cirillo 4 years ago
parent d98fba519b
commit 89c4b26a24

@ -14,6 +14,12 @@
<version>1.8.1</version>
<name>worms-plugin</name>
<description>worms plugin for species manager service</description>
<scm>
<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>
<distroDirectory>${project.basedir}/distro</distroDirectory>

Loading…
Cancel
Save