Update SCM section to reference JDK8 repository name

This commit is contained in:
Luca Frosini 2025-07-04 16:42:50 +02:00
parent f7148aba02
commit 44480c393c
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,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/${project.artifactId}-jdk8.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}-jdk8.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}-jdk8</url>
</scm>
<dependencyManagement>