diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
new file mode 100644
index 00000000..9ac2968b
--- /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 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 8c8e2e9c..5c0d9730 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
spotinst
- 2.2.16-SNAPSHOT
+ ${revision}${changelist}
hpi
Spotinst plugin
@@ -33,13 +33,16 @@
- scm:git:git://github.com/jenkinsci/spotinst-plugin.git
- scm:git:git@github.com:jenkinsci/spotinst-plugin.git
- https://github.com/jenkinsci/spotinst-plugin
- HEAD
+ scm:git:git://github.com/${gitHubRepo}.git
+ scm:git:git@github.com:${gitHubRepo}.git
+ https://github.com/${gitHubRepo}
+ ${scmTag}
+ 2.2.16
+ -SNAPSHOT
+ jenkinsci/spotinst-plugin
2.222.4
8