Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd authored Sep 24, 2023
1 parent 69e7b0a commit 7a69596
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ Avoid version conflicts by using the https://github.com/jenkinsci/bom[Jenkins Pl
<artifactId>apache-httpcomponents-client-5-api</artifactId>
</dependency>
<dependency>
<artifactId>somelibrary-using-httpclient</artifactId>
<artifactId>somelibrary-using-httpclient5</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<artifactId>anotherlibrary-using-httpclient</artifactId>
<artifactId>anotherlibrary-using-httpclient5</artifactId>
<version>1.0.0</version>
</dependency>
...
Expand All @@ -113,4 +113,4 @@ Release notes are recorded in https://github.com/jenkinsci/apache-httpcomponents
== License

* Plugin source and documentation - https://opensource.org/licenses/MIT[MIT License]
* Nested library - https://www.apache.org/licenses/LICENSE-2.0[Apache License 2.0]
* Nested library - https://www.apache.org/licenses/LICENSE-2.0[Apache License 2.0]

0 comments on commit 7a69596

Please sign in to comment.