Update 'pom.xml'

replace ${project.artifactId} with the project name
This commit is contained in:
Roberto Cirillo 2023-08-01 10:22:29 +02:00
parent 9f0da45dcd
commit c3b6d36d75
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-bom-legacy.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/gcube-bom-legacy.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/gcube-bom-legacy</url>
</scm>
<dependencyManagement>