From c4b29eb941a1b525ac2ca2c52dc69bf5bcc4dfaf Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Fri, 28 Oct 2022 14:42:01 +0100 Subject: [PATCH] Incrementalified --- .gitignore | 1 - .mvn/extensions.xml | 7 +++++++ .mvn/maven.config | 2 ++ pom.xml | 13 ++++++++----- 4 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 .mvn/extensions.xml create mode 100644 .mvn/maven.config diff --git a/.gitignore b/.gitignore index d807477..3d66646 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -/.* *.iml /work diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml new file mode 100644 index 0000000..9ac2968 --- /dev/null +++ b/.mvn/extensions.xml @@ -0,0 +1,7 @@ + + + io.jenkins.tools.incrementals + git-changelist-maven-extension + 1.4 + + 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 176fbc5..c0c3cfe 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ cloud-stats - 0.28-SNAPSHOT + ${revision}${changelist} hpi Cloud Statistics Plugin Report Jenkins dynamic provisioning activities and statistics @@ -29,10 +29,10 @@ - scm:git:git://github.com/jenkinsci/cloud-stats-plugin.git - scm:git:git@github.com:jenkinsci/cloud-stats-plugin.git - https://github.com/jenkinsci/cloud-stats-plugin - HEAD + scm:git:git://github.com/${gitHubRepo}.git + scm:git:git@github.com:${gitHubRepo}.git + https://github.com/${gitHubRepo} + ${scmTag} @@ -72,6 +72,9 @@ + 0.28 + -SNAPSHOT + jenkinsci/cloud-stats-plugin 2.235.1 8 false