diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
new file mode 100644
index 00000000..5f510417
--- /dev/null
+++ b/.mvn/extensions.xml
@@ -0,0 +1,7 @@
+
+
+ io.jenkins.tools.incrementals
+ git-changelist-maven-extension
+ 1.1
+
+
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 0229710e..e474082f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
vsphere-cloud
- 2.22-SNAPSHOT
+ ${revision}${changelist}
hpi
vSphere Plugin
@@ -54,11 +54,11 @@
scm:git:git://github.com/jenkinsci/vsphere-cloud-plugin.git
scm:git:ssh://git@github.com/jenkinsci/vsphere-cloud-plugin.git
https://github.com/jenkinsci/vsphere-cloud-plugin
- HEAD
+ ${scmTag}
- 2.21
+ 2.22
-SNAPSHOT
8
2.60.3