From df46817d8bd178066f3a0ff180c382d9d98ade46 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Mon, 31 Aug 2020 13:53:59 -0400 Subject: [PATCH] [JENKINS-58716] Make Incrementals artifacts friendly to PCT --- .mvn/extensions.xml | 2 +- pom.xml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 94863e60..43d62816 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,6 +2,6 @@ io.jenkins.tools.incrementals git-changelist-maven-extension - 1.0-beta-7 + 1.2 diff --git a/pom.xml b/pom.xml index ff12823f..3dcdd2af 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.jenkins-ci.plugins plugin - 4.6 + 4.7 @@ -58,15 +58,16 @@ - scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git - scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git - http://github.com/jenkinsci/${project.artifactId}-plugin + scm:git:git://github.com/${gitHubRepo}.git + scm:git:git@github.com:${gitHubRepo}.git + http://github.com/${gitHubRepo} ${scmTag} 2.5.10 -SNAPSHOT + jenkinsci/${project.artifactId}-plugin 2.176.4 8