diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
new file mode 100644
index 00000000..43d62816
--- /dev/null
+++ b/.mvn/extensions.xml
@@ -0,0 +1,7 @@
+
+
+ io.jenkins.tools.incrementals
+ git-changelist-maven-extension
+ 1.2
+
+
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/Jenkinsfile b/Jenkinsfile
index dbbe4cd8..a229fa51 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1 +1 @@
-buildPlugin(jenkinsVersions: [null, '2.73.1'])
+buildPlugin()
diff --git a/pom.xml b/pom.xml
index 31d1766b..c4407203 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,12 +4,12 @@
org.jenkins-ci.plugins
plugin
- 3.53
+ 4.4
ldap
- 1.26-SNAPSHOT
+ ${revision}${changelist}
hpi
LDAP Plugin
@@ -24,16 +24,20 @@
+ 1.26
+ -SNAPSHOT
+ jenkinsci/${project.artifactId}-plugin
2.0.0.AM25
- 2.60.3
+ 2.235.3
8
1.36
- scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git
- scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git
- HEAD
+ scm:git:git://github.com/${gitHubRepo}.git
+ scm:git:git@github.com:${gitHubRepo}.git
+ https://github.com/${gitHubRepo}
+ ${scmTag}
@@ -50,6 +54,65 @@
+
+ org.jenkins-ci.main
+ jenkins-core
+ ${jenkins.version}
+
+
+ org.acegisecurity
+ acegi-security
+ 1.0.7
+
+
+ commons-codec
+ commons-codec
+
+
+ commons-collections
+ commons-collections
+
+
+ commons-lang
+ commons-lang
+
+
+ org.springframework
+ spring-core
+
+
+ org.springframework
+ spring-jdbc
+
+
+ org.springframework
+ spring-remoting
+
+
+ org.springframework
+ spring-support
+
+
+
+
+ org.springframework
+ spring-dao
+ 1.2.9
+
+
+ org.springframework
+ spring-beans
+
+
+ org.springframework
+ spring-context
+
+
+ org.springframework
+ spring-core
+
+
+
org.jenkins-ci.plugins
mailer