Skip to content

Commit

Permalink
Force plugin revision to 5.4 so it will supersede prior 5.4 release
Browse files Browse the repository at this point in the history
If the default revision value is used, then users that installed the
earlier 5.4 releases will not see the new release because Jenkins will
consider it to be an older version.
  • Loading branch information
MarkEWaite committed Oct 23, 2024
1 parent 83b40ba commit 0d378b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
<httpclient.version>5.3.1</httpclient.version>
<httpcore.version>5.3.1</httpcore.version>
<jenkins.version>2.361.4</jenkins.version>
<revision>${httpclient.version}</revision>
<!-- TODO: Revert to ${httpclient.version} once https://github.com/jenkinsci/apache-httpcomponents-client-5-api-plugin/issues/59 is fixed -->
<!-- <revision>${httpclient.version{</revision> -->
<revision>5.4</revision>
<changelist>999999-SNAPSHOT</changelist>
<spotless.check.skip>false</spotless.check.skip>
</properties>
Expand Down

0 comments on commit 0d378b4

Please sign in to comment.