diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml new file mode 100644 index 0000000..43d6281 --- /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 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 d514f1f..da64feb 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.jvnet.hudson.plugins groovy-postbuild - 2.6-SNAPSHOT + ${revision}${changelist} hpi Groovy Postbuild @@ -35,13 +35,16 @@ - scm:git:https://github.com/jenkinsci/groovy-postbuild-plugin.git - scm:git:git@github.com:jenkinsci/groovy-postbuild-plugin.git - HEAD - https://github.com/jenkinsci/groovy-postbuild-plugin + scm:git:https://github.com/${gitHubRepo}.git + scm:git:git@github.com:${gitHubRepo}.git + ${scmTag} + https://github.com/${gitHubRepo} + 2.6 + -SNAPSHOT + jenkinsci/groovy-postbuild-plugin 2.361.4 false