Update 'pom.xml'

added scm section in pom.xml
master
Roberto Cirillo 4 years ago
parent 78108cb72a
commit d0c22aa8fc

@ -15,6 +15,12 @@
<name>GBIFPlugin</name>
<description>gbif 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>
<jackson.version>2.4.4</jackson.version>

Loading…
Cancel
Save