diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
new file mode 100644
index 000000000..1f3636409
--- /dev/null
+++ b/.mvn/extensions.xml
@@ -0,0 +1,7 @@
+
+
+ io.jenkins.tools.incrementals
+ git-changelist-maven-extension
+ 1.7
+
+
diff --git a/.mvn/maven.config b/.mvn/maven.config
new file mode 100644
index 000000000..2a0299c48
--- /dev/null
+++ b/.mvn/maven.config
@@ -0,0 +1,2 @@
+-Pconsume-incrementals
+-Pmight-produce-incrementals
diff --git a/pom.xml b/pom.xml
index ec82af8e1..24deddf4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
prometheus
- 2.5.3-SNAPSHOT
+ ${revision}${changelist}
hpi
Prometheus metrics plugin
Expose Jenkins metrics in prometheus format
@@ -17,6 +17,9 @@
2016
+ 2.5.3
+ -SNAPSHOT
+ jenkinsci/prometheus-plugin
2.387.3
@@ -46,10 +49,10 @@
- scm:git:https://github.com/jenkinsci/prometheus-plugin.git
- scm:git:git@github.com:jenkinsci/prometheus-plugin.git
- https://github.com/jenkinsci/prometheus-plugin/
- prometheus-2.3.2
+ scm:git:https://github.com/${gitHubRepo}.git
+ scm:git:https@github.com:${gitHubRepo}.git
+ https://github.com/${gitHubRepo}
+ ${scmTag}