Skip to content

Commit e2dad99

Browse files
authored
Fixups to #801 and #805 (#815)
1 parent 92da190 commit e2dad99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following properties are overridable:
5151
* `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).
5252
* `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)).
5353
* `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.)
54-
* `stapler-plugin.version`: The Stapler Maven plugin version required by the plugin.
54+
* `stapler-maven-plugin.version`: The Stapler Maven plugin version required by the plugin.
5555
* In order to make their versions the same as the used core version, `node.version` and `npm.version` properties are provided.
5656

5757
## Incrementals

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
<jenkins.version>2.361</jenkins.version>
8282
<jenkins-bom.version>${jenkins.version}</jenkins-bom.version>
8383
<jenkins-test-harness.version>2044.v03c87927ff5c</jenkins-test-harness.version>
84+
<license-maven-plugin.version>104.v2171757ee6dd</license-maven-plugin.version>
8485
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
8586
<localizer-maven-plugin.version>1.31</localizer-maven-plugin.version>
8687
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
@@ -95,7 +96,6 @@
9596
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
9697
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
9798
<maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version>
98-
<license-maven-plugin.version>104.v2171757ee6dd</license-maven-plugin.version>
9999
<maven-project-info-reports-plugin.version>3.4.5</maven-project-info-reports-plugin.version>
100100
<maven-release-plugin.version>3.0.1</maven-release-plugin.version>
101101
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
@@ -106,7 +106,7 @@
106106
<mockito.version>5.4.0</mockito.version>
107107
<spotbugs-maven-plugin.version>4.7.3.5</spotbugs-maven-plugin.version>
108108
<spotless-maven-plugin.version>2.38.0</spotless-maven-plugin.version>
109-
<stapler-plugin.version>175.vff879c6738b_6</stapler-plugin.version>
109+
<stapler-maven-plugin.version>175.vff879c6738b_6</stapler-maven-plugin.version>
110110

111111
<!-- Filled in by "maven-hpi-plugin" with the path to "org-netbeans-insane-hook.jar" extracted from "jenkins-test-harness" -->
112112
<jenkins.insaneHook />
@@ -481,7 +481,7 @@
481481
<plugin>
482482
<groupId>io.jenkins.tools.maven</groupId>
483483
<artifactId>stapler-maven-plugin</artifactId>
484-
<version>${stapler-plugin.version}</version>
484+
<version>${stapler-maven-plugin.version}</version>
485485
</plugin>
486486
</plugins>
487487
</pluginManagement>

0 commit comments

Comments
 (0)