diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
new file mode 100644
index 0000000..9440b18
--- /dev/null
+++ b/.mvn/extensions.xml
@@ -0,0 +1,7 @@
+
+
+ io.jenkins.tools.incrementals
+ git-changelist-maven-extension
+ 1.13
+
+
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 c14213d..d94b530 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
disk-usage
hpi
Jenkins disk-usage plugin
- 1.4-SNAPSHOT
+ ${revision}${changelist}
https://github.com/jenkinsci/disk-usage-plugin
@@ -21,13 +21,16 @@
- scm:git:https://github.com/jenkinsci/disk-usage-plugin.git
- scm:git:git@github.com:jenkinsci/disk-usage-plugin.git
- https://github.com/jenkinsci/disk-usage-plugin
- HEAD
+ scm:git:https://github.com/${gitHubRepo}.git
+ scm:git:git@github.com:${gitHubRepo}.git
+ https://github.com/${gitHubRepo}
+ ${scmTag}
+ 1.4
+ -SNAPSHOT
+ jenkinsci/disk-usage-plugin
2.504
${jenkins.baseline}.3