Skip to content

Commit e328b9c

Browse files
1 parent 1ba5662 commit e328b9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It allows managing library updates independently of plugins.
66

77
== How to introduce to your plugin
88

9-
=== Plugins directly depending on httpclient
9+
=== Plugins directly depending on httpclient5
1010

1111
Replace the dependency to `org.apache.httpcomponents.client5:httpclient5` with the dependency to `apache-httpcomponents-client-5-api`.
1212

@@ -38,7 +38,7 @@ Replace the dependency to `org.apache.httpcomponents.client5:httpclient5` with t
3838
</dependencies>
3939
----
4040

41-
=== Plugins using libraries depending on httpclient
41+
=== Plugins using libraries depending on httpclient5
4242

4343
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`.
4444

src/main/resources/index.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ SOFTWARE.
2020

2121
<?jelly escape-by-default='true'?>
2222
<div>
23-
Bundles <a href="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 <a href="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.
2424
</div>

0 commit comments

Comments
 (0)