From c988088e7f36395bf34e733ba83dc5fd50ba1279 Mon Sep 17 00:00:00 2001 From: jlr Date: Fri, 2 Mar 2018 14:24:59 -0300 Subject: [PATCH] Fixes on pom.xml Use project.artifactId for scm.connection and scm.developerConnection Fixed developerConnection URL format --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 12aa2d7..0f721b0 100644 --- a/pom.xml +++ b/pom.xml @@ -62,8 +62,8 @@ THE SOFTWARE. - scm:git:git://github.com/jenkinsci/genexus-plugin.git - scm:git:git://git@github.com:jenkinsci/genexus-plugin.git + scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git + scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git https://github.com/jenkinsci/genexus-plugin HEAD