diff --git a/pom.xml b/pom.xml
index 0d3036864..32b1ce05e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,365 +1,365 @@
-
- 4.0.0
-
-
- org.jenkins-ci.plugins
- plugin
- 4.1
-
-
-
-
- The MIT License (MIT)
- https://opensource.org/licenses/MIT
- repo
-
-
-
- email-ext
- hpi
- 2.71-SNAPSHOT
- Email Extension Plugin
- Allows to configure every aspect of email notifications: when an email is sent, who should receive it and what the email says
- https://github.com/jenkinsci/email-ext-plugin
-
- JIRA
- https://issues.jenkins-ci.org/issues/?jql=project+%3D+JENKINS+AND+status+in+%28Open%2C+%22In+Progress%22%2C+Reopened%29+AND+component+%3D+email-ext-plugin
-
-
-
- 8
- 2.164.3
- 2.57.2
- 1
- -Dfile.encoding=UTF-8
-
-
-
-
- slide
- Alex Earl
- slide.o.mix@gmail.com
-
- maintainer
- developer
-
-
-
- davidvanlaatum
- David van Laatum
- 9.5
- david@vanlaatum.id.au
-
- developer
- maintainer
-
-
-
-
-
-
-
- Ash Lux
- ashlux@gmail.com
-
- Past Maintainer
-
-
-
-
- Kyle Sweeney
-
- Past Maintainer
-
-
-
-
- K. R. Walker
- krwalker@stellarscience.com
-
- Past Maintainer
-
-
-
-
- Seiji Sogabe
- s.sogabe@gmail.com
-
- Past Maintainer
-
-
-
-
-
-
-
- io.jenkins.tools.bom
- bom-2.164.x
- 4
- import
- pom
-
-
-
-
-
-
-
- javax.mail
- mail
- 1.4.7
- provided
-
-
- org.jsoup
- jsoup
- 1.9.1
-
-
- net.htmlparser.jericho
- jericho-html
- 3.3
-
-
- com.fasterxml.jackson.dataformat
- jackson-dataformat-yaml
- 2.10.0
-
-
- com.fasterxml.jackson.core
- jackson-databind
- 2.10.0
-
-
-
-
- org.jenkins-ci.plugins
- junit
-
-
- org.jenkins-ci.plugins
- matrix-project
-
-
- org.jenkins-ci.plugins
- mailer
-
-
- org.jvnet.hudson.plugins
- analysis-core
- 1.54
- true
-
-
- asm
- asm
-
-
-
-
- org.jenkins-ci.plugins
- config-file-provider
- 2.15.6
- true
-
-
- org.jenkins-ci.plugins
- token-macro
-
-
- org.jenkins-ci.plugins
- structs
-
-
-
-
- org.jenkins-ci.plugins.workflow
- workflow-step-api
- true
-
-
- org.jenkins-ci.plugins.workflow
- workflow-job
- true
-
-
- org.jenkins-ci.plugins.workflow
- workflow-api
- test
-
-
- org.jenkins-ci.plugins.workflow
- workflow-support
- test
-
-
- org.jenkins-ci.plugins.workflow
- workflow-support
- tests
- test
-
-
- org.jenkins-ci.plugins
- scm-api
- test
-
-
- org.jenkins-ci.plugins.workflow
- workflow-step-api
- tests
- test
-
-
- org.jenkins-ci.plugins.workflow
- workflow-cps
- test
-
-
- org.jenkins-ci.plugins
- script-security
-
-
-
-
- org.jenkins-ci.plugins
- cloudbees-folder
- test
-
-
- org.jvnet.mock-javamail
- mock-javamail
- 1.9
- test
-
-
- junit
- junit
- test
-
-
- org.hamcrest
- hamcrest-core
- 2.2
- test
-
-
- org.hamcrest
- hamcrest-library
- 2.2
- test
-
-
- org.mockito
- mockito-core
- test
-
-
- org.powermock
- powermock-module-junit4
- test
-
-
- org.javassist
- javassist
-
-
-
-
- org.powermock
- powermock-api-mockito2
- test
-
-
- org.javassist
- javassist
- 3.20.0-GA
- test
-
-
- org.jenkins-ci.plugins
- credentials
- test
-
-
- org.jenkins-ci.plugins.workflow
- workflow-durable-task-step
- test
-
-
- org.jenkins-ci.plugins.workflow
- workflow-basic-steps
- test
-
-
-
-
- com.google.code.findbugs
- annotations
- 3.0.0
- provided
-
-
-
-
-
- scm:git:https://github.com/jenkinsci/email-ext-plugin.git
- scm:git:git@github.com:jenkinsci/email-ext-plugin.git
- email-ext-2.70
-
-
-
-
- repo.jenkins-ci.org
- https://repo.jenkins-ci.org/public/
-
-
-
-
-
-
- org.codehaus.mojo
- clirr-maven-plugin
- 2.8
-
-
-
- clirr
-
- verify
-
- true
- ${project.build.directory}/clirr-report.xml
-
-
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-jxr-plugin
- 3.0.0
-
-
- org.codehaus.mojo
- clirr-maven-plugin
- 2.8
-
- true
- ${project.build.directory}/clirr-report.xml
-
-
-
-
-
-
-
- repo.jenkins-ci.org
- https://repo.jenkins-ci.org/public/
-
-
-
-
+
+ 4.0.0
+
+
+ org.jenkins-ci.plugins
+ plugin
+ 4.1
+
+
+
+
+ The MIT License (MIT)
+ https://opensource.org/licenses/MIT
+ repo
+
+
+
+ email-ext
+ hpi
+ 2.71
+ Email Extension Plugin
+ Allows to configure every aspect of email notifications: when an email is sent, who should receive it and what the email says
+ https://github.com/jenkinsci/email-ext-plugin
+
+ JIRA
+ https://issues.jenkins-ci.org/issues/?jql=project+%3D+JENKINS+AND+status+in+%28Open%2C+%22In+Progress%22%2C+Reopened%29+AND+component+%3D+email-ext-plugin
+
+
+
+ 8
+ 2.164.3
+ 2.57.2
+ 1
+ -Dfile.encoding=UTF-8
+
+
+
+
+ slide
+ Alex Earl
+ slide.o.mix@gmail.com
+
+ maintainer
+ developer
+
+
+
+ davidvanlaatum
+ David van Laatum
+ 9.5
+ david@vanlaatum.id.au
+
+ developer
+ maintainer
+
+
+
+
+
+
+
+ Ash Lux
+ ashlux@gmail.com
+
+ Past Maintainer
+
+
+
+
+ Kyle Sweeney
+
+ Past Maintainer
+
+
+
+
+ K. R. Walker
+ krwalker@stellarscience.com
+
+ Past Maintainer
+
+
+
+
+ Seiji Sogabe
+ s.sogabe@gmail.com
+
+ Past Maintainer
+
+
+
+
+
+
+
+ io.jenkins.tools.bom
+ bom-2.164.x
+ 4
+ import
+ pom
+
+
+
+
+
+
+
+ javax.mail
+ mail
+ 1.4.7
+ provided
+
+
+ org.jsoup
+ jsoup
+ 1.9.1
+
+
+ net.htmlparser.jericho
+ jericho-html
+ 3.3
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-yaml
+ 2.10.0
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ 2.10.0
+
+
+
+
+ org.jenkins-ci.plugins
+ junit
+
+
+ org.jenkins-ci.plugins
+ matrix-project
+
+
+ org.jenkins-ci.plugins
+ mailer
+
+
+ org.jvnet.hudson.plugins
+ analysis-core
+ 1.54
+ true
+
+
+ asm
+ asm
+
+
+
+
+ org.jenkins-ci.plugins
+ config-file-provider
+ 2.15.6
+ true
+
+
+ org.jenkins-ci.plugins
+ token-macro
+
+
+ org.jenkins-ci.plugins
+ structs
+
+
+
+
+ org.jenkins-ci.plugins.workflow
+ workflow-step-api
+ true
+
+
+ org.jenkins-ci.plugins.workflow
+ workflow-job
+ true
+
+
+ org.jenkins-ci.plugins.workflow
+ workflow-api
+ test
+
+
+ org.jenkins-ci.plugins.workflow
+ workflow-support
+ test
+
+
+ org.jenkins-ci.plugins.workflow
+ workflow-support
+ tests
+ test
+
+
+ org.jenkins-ci.plugins
+ scm-api
+ test
+
+
+ org.jenkins-ci.plugins.workflow
+ workflow-step-api
+ tests
+ test
+
+
+ org.jenkins-ci.plugins.workflow
+ workflow-cps
+ test
+
+
+ org.jenkins-ci.plugins
+ script-security
+
+
+
+
+ org.jenkins-ci.plugins
+ cloudbees-folder
+ test
+
+
+ org.jvnet.mock-javamail
+ mock-javamail
+ 1.9
+ test
+
+
+ junit
+ junit
+ test
+
+
+ org.hamcrest
+ hamcrest-core
+ 2.2
+ test
+
+
+ org.hamcrest
+ hamcrest-library
+ 2.2
+ test
+
+
+ org.mockito
+ mockito-core
+ test
+
+
+ org.powermock
+ powermock-module-junit4
+ test
+
+
+ org.javassist
+ javassist
+
+
+
+
+ org.powermock
+ powermock-api-mockito2
+ test
+
+
+ org.javassist
+ javassist
+ 3.20.0-GA
+ test
+
+
+ org.jenkins-ci.plugins
+ credentials
+ test
+
+
+ org.jenkins-ci.plugins.workflow
+ workflow-durable-task-step
+ test
+
+
+ org.jenkins-ci.plugins.workflow
+ workflow-basic-steps
+ test
+
+
+
+
+ com.google.code.findbugs
+ annotations
+ 3.0.0
+ provided
+
+
+
+
+
+ scm:git:https://github.com/jenkinsci/email-ext-plugin.git
+ scm:git:git@github.com:jenkinsci/email-ext-plugin.git
+ email-ext-2.71
+
+
+
+
+ repo.jenkins-ci.org
+ https://repo.jenkins-ci.org/public/
+
+
+
+
+
+
+ org.codehaus.mojo
+ clirr-maven-plugin
+ 2.8
+
+
+
+ clirr
+
+ verify
+
+ true
+ ${project.build.directory}/clirr-report.xml
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jxr-plugin
+ 3.0.0
+
+
+ org.codehaus.mojo
+ clirr-maven-plugin
+ 2.8
+
+ true
+ ${project.build.directory}/clirr-report.xml
+
+
+
+
+
+
+
+ repo.jenkins-ci.org
+ https://repo.jenkins-ci.org/public/
+
+
+
+