diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml new file mode 100644 index 0000000..4e0774d --- /dev/null +++ b/.mvn/extensions.xml @@ -0,0 +1,7 @@ + + + io.jenkins.tools.incrementals + git-changelist-maven-extension + 1.8 + + diff --git a/.mvn/maven.config b/.mvn/maven.config new file mode 100644 index 0000000..2a0299c --- /dev/null +++ b/.mvn/maven.config @@ -0,0 +1,2 @@ +-Pconsume-incrementals +-Pmight-produce-incrementals diff --git a/pom.xml b/pom.xml index 6be94d9..b63f5f9 100644 --- a/pom.xml +++ b/pom.xml @@ -9,6 +9,9 @@ + 2.2.1 + -SNAPSHOT + jenkinsci/plot-plugin 2.452 ${jenkins.baseline}.4 @@ -37,25 +40,9 @@ plot hpi Plot plugin - 2.2.1-SNAPSHOT + ${revision}${changelist} https://github.com/jenkinsci/plot-plugin - - - nidaley - Nigel Daley - - - ericbn - Eric Nielsen - - - vgaidarji - Veaceslav Gaidarji - veaceslav.gaidarji@gmail.com - - - commons-beanutils @@ -157,10 +144,10 @@ - scm:git:ssh://github.com/jenkinsci/plot-plugin.git - scm:git:ssh://git@github.com/jenkinsci/plot-plugin.git - https://github.com/jenkinsci/plot-plugin - HEAD + scm:git:https://github.com/${gitHubRepo}.git + scm:git:git@github.com:${gitHubRepo}.git + https://github.com/${gitHubRepo} + ${scmTag}