Skip to content

Commit

Permalink
Merge pull request #45 from jenkinsci/fix-readme
Browse files Browse the repository at this point in the history
Update groupId in README
  • Loading branch information
strangelookingnerd authored Apr 15, 2024
2 parents 33fe3e4 + e9affc9 commit d901dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Avoid version conflicts by using the https://github.com/jenkinsci/bom[Jenkins Pl
<dependencies>
...
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<groupId>io.jenkins.plugins</groupId>
<artifactId>apache-httpcomponents-client-5-api</artifactId>
</dependency>
...
Expand Down Expand Up @@ -84,7 +84,7 @@ Avoid version conflicts by using the https://github.com/jenkinsci/bom[Jenkins Pl
<dependencies>
...
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<groupId>io.jenkins.plugins</groupId>
<artifactId>apache-httpcomponents-client-5-api</artifactId>
</dependency>
<dependency>
Expand Down

0 comments on commit d901dd4

Please sign in to comment.