Skip to content

Commit 3dec766

Browse files
authored
Better phrasing for dependencies in README (#165)
1 parent 405fa19 commit 3dec766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It allows managing library updates independently from plugins.
99
### Plugins directly depending on httpclient
1010

1111
Replace the dependency to `org.apache.httpcomponents:httpclient` with the dependency to `apache-httpcomponents-client-4-api`.
12-
To avoid version conflicts it is suggested not to depend on a specific version, but use the [Jenkins plugin BOM](https://github.com/jenkinsci/bom#readme).
12+
Avoid version conflicts by using the [Jenkins plugin BOM](https://github.com/jenkinsci/bom#readme) rather than depending on a specific version.
1313

1414
* Before:
1515
```
@@ -38,7 +38,7 @@ To avoid version conflicts it is suggested not to depend on a specific version,
3838
### Plugins using libraries depending on httpclient
3939
4040
Add the dependency to `apache-httpcomponents-client-4-api` BEFORE any of dependencies to those libraries to force maven to use `httpclient` declared by `apache-httpcomponents-client-4-api`.
41-
To avoid version conflicts it is suggested not to depend on a specific version, but use the [Jenkins plugin BOM](https://github.com/jenkinsci/bom#readme).
41+
Avoid version conflicts by using the [Jenkins plugin BOM](https://github.com/jenkinsci/bom#readme) rather than depending on a specific version.
4242
4343
* Before:
4444
```

0 commit comments

Comments
 (0)