File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 5
5
" config:base" ,
6
6
" :semanticCommitsDisabled"
7
7
],
8
+ "packageRules" : [
9
+ "matchPackageNames" : [" org.apache.httpcomponents.client5:http**" ],
10
+ "allowedVersions" : [" <5.4" ]
11
+ ],
8
12
"reviewers" : [
9
13
" team:apache-httpcomponents-client-5-api-plugin-developers"
10
14
],
Original file line number Diff line number Diff line change 43
43
44
44
<properties >
45
45
<gitHubRepo >jenkinsci/apache-httpcomponents-client-5-api-plugin</gitHubRepo >
46
- <httpclient .version>5.4 </httpclient .version>
46
+ <httpclient .version>5.3.1 </httpclient .version>
47
47
<httpcore .version>5.3.1</httpcore .version>
48
48
<jenkins .version>2.361.4</jenkins .version>
49
- <revision >${httpclient.version}</revision >
49
+ <!-- TODO: Revert to ${httpclient.version} once https://github.com/jenkinsci/apache-httpcomponents-client-5-api-plugin/issues/59 is fixed -->
50
+ <!-- <revision>${httpclient.version{</revision> -->
51
+ <revision >5.4</revision >
50
52
<changelist >999999-SNAPSHOT</changelist >
51
53
<spotless .check.skip>false</spotless .check.skip>
52
54
</properties >
You can’t perform that action at this time.
0 commit comments