Update 'pom.xml'

replace scm project.artifactid variable with project name
This commit is contained in:
Roberto Cirillo 2023-08-01 10:24:06 +02:00
parent 2a87c9d541
commit 6c7acc65cd
1 changed files with 3 additions and 3 deletions

View File

@ -23,9 +23,9 @@
</properties>
<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>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/gcube-smartgears-bom.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/gcube-smartgears-bom.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/gcube-smartgears-bom</url>
</scm>
<dependencyManagement>