You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ It allows managing library updates independently of plugins.
6
6
7
7
== How to introduce to your plugin
8
8
9
-
=== Plugins directly depending on httpclient
9
+
=== Plugins directly depending on httpclient5
10
10
11
11
Replace the dependency to `org.apache.httpcomponents.client5:httpclient5` with the dependency to `apache-httpcomponents-client-5-api`.
12
12
@@ -38,7 +38,7 @@ Replace the dependency to `org.apache.httpcomponents.client5:httpclient5` with t
38
38
</dependencies>
39
39
----
40
40
41
-
=== Plugins using libraries depending on httpclient
41
+
=== Plugins using libraries depending on httpclient5
42
42
43
43
Add the dependency to `apache-httpcomponents-client-5-api` BEFORE any of dependencies to those libraries to force maven to use `httpclient5` declared by `apache-httpcomponents-client-5-api`.
Copy file name to clipboardExpand all lines: src/main/resources/index.jelly
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,5 +20,5 @@ SOFTWARE.
20
20
21
21
<?jelly escape-by-default='true'?>
22
22
<div>
23
-
Bundles <ahref="https://hc.apache.org/httpcomponents-client-5.2.x/index.html"target="_blank">Apache HttpComponents Client 5.x</a> and allows it to be used by Jenkins plugins.
23
+
Bundles <ahref="https://hc.apache.org/httpcomponents-client-5.2.x/index.html"target="_blank">Apache HttpComponents Client ${revision}</a> and allows it to be used by Jenkins plugins.
0 commit comments