diff --git a/README.md b/README.md index 7ea06834b8..9cf17c2ab0 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The following properties are overridable: * `jenkins.version`: The Jenkins version required by the plugin. **Mandatory.** See [Requirements](#requirements) for more info. Being able to specify the `jenkins.version` simplifies testing the plugin with different core versions, which is important (among other reasons) for Plugin Compatibility Testing (PCT). * `jenkins-test-harness.version`: The [JTH version](https://github.com/jenkinsci/jenkins-test-harness/releases) used to test plugin. Uses split test-harness (see [JENKINS-32478](https://issues.jenkins-ci.org/browse/JENKINS-32478)). * `hpi-plugin.version`: The HPI Maven Plugin version used by the plugin. (Generally you should not set this to a version _lower_ than that specified in the plugin parent POM.) -* `stapler-plugin.version`: The Stapler Maven plugin version required by the plugin. +* `stapler-maven-plugin.version`: The Stapler Maven plugin version required by the plugin. * In order to make their versions the same as the used core version, `node.version` and `npm.version` properties are provided. ## Incrementals diff --git a/pom.xml b/pom.xml index 6780803524..17c68bd75a 100644 --- a/pom.xml +++ b/pom.xml @@ -81,6 +81,7 @@ 2.361 ${jenkins.version} 2044.v03c87927ff5c + 104.v2171757ee6dd 1.0.0 1.31 3.1.0 @@ -95,7 +96,6 @@ 3.1.1 3.3.0 3.5.0 - 104.v2171757ee6dd 3.4.5 3.0.1 3.3.1 @@ -106,7 +106,7 @@ 5.4.0 4.7.3.5 2.38.0 - 175.vff879c6738b_6 + 175.vff879c6738b_6 @@ -481,7 +481,7 @@ io.jenkins.tools.maven stapler-maven-plugin - ${stapler-plugin.version} + ${stapler-maven-plugin.version}