Update pom.xml

Added scm section
This commit is contained in:
Giancarlo Panichi 2024-11-06 17:03:20 +01:00
parent e452b5d18b
commit 7a9a92cb73
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,12 @@
<name>whn manager api interface</name>
<description>common libraries for whnmanager</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>distro</distroDirectory>
<maven.compiler.source>1.8</maven.compiler.source>