Update pom.xml

Added scm section
This commit is contained in:
Giancarlo Panichi 2024-11-06 17:04:22 +01:00
parent 60d4490a7d
commit 808cc73a61
1 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,13 @@
<version>2.0.0-SNAPSHOT</version>
<name>WHN Manager CL</name>
<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>
<dependencyManagement>
<dependencies>
<dependency>