From 6b0a30c7153cf5c5ff202f63e1725504c5008cd7 Mon Sep 17 00:00:00 2001 From: Mauro Mugnaini Date: Thu, 26 Nov 2020 12:50:20 +0100 Subject: [PATCH] Fixed reference to the parent's artifactId in SCM sections in sub-modules POMs --- avatar-storage/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avatar-storage/pom.xml b/avatar-storage/pom.xml index 11e9cf7..479a3b2 100644 --- a/avatar-storage/pom.xml +++ b/avatar-storage/pom.xml @@ -13,7 +13,7 @@ scm:git:https://code-repo.d4science.org/gCubeSystem/${project.parent.artifactId}.git scm:git:https://code-repo.d4science.org/gCubeSystem/${project.parent.artifactId}.git - https://code-repo.d4science.org/gCubeSystem/${project.artifactId} + https://code-repo.d4science.org/gCubeSystem/${project.parent.artifactId} avatar-storage