diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml new file mode 100644 index 00000000..43d62816 --- /dev/null +++ b/.mvn/extensions.xml @@ -0,0 +1,7 @@ + + + io.jenkins.tools.incrementals + git-changelist-maven-extension + 1.2 + + diff --git a/.mvn/maven.config b/.mvn/maven.config new file mode 100644 index 00000000..2a0299c4 --- /dev/null +++ b/.mvn/maven.config @@ -0,0 +1,2 @@ +-Pconsume-incrementals +-Pmight-produce-incrementals diff --git a/pom.xml b/pom.xml index 61a71023..4ad133fe 100644 --- a/pom.xml +++ b/pom.xml @@ -7,12 +7,15 @@ matrix-project - 1.18-SNAPSHOT + ${revision}${changelist} hpi Matrix Project Plugin Multi-configuration (matrix) project type. https://github.com/jenkinsci/matrix-project-plugin + 1.18 + -SNAPSHOT + jenkinsci/matrix-project-plugin 2.164.3 8 true @@ -24,11 +27,11 @@ - scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git - scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git - https://github.com/jenkinsci/${project.artifactId}-plugin - HEAD - + scm:git:git://github.com/${gitHubRepo}.git + scm:git:git@github.com:${gitHubRepo}.git + https://github.com/${gitHubRepo} + ${scmTag} + repo.jenkins-ci.org