Skip to content

Commit

Permalink
Depend on git client plugin 6.1.0 (#1672)
Browse files Browse the repository at this point in the history
Git client plugin 6.1.0 uses Jakarta EE 9 and requires Java 17.  Better to
assure that users of git plugin 5.6.0 also have the matching version
of git client plugin for Jakarta EE 9.  Reduces the version testing
complications and lets me focus on single versions of each plugin in
the 2.479 testing.
  • Loading branch information
MarkEWaite authored Oct 10, 2024
1 parent 85fe159 commit f7b3274
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git-client</artifactId>
<!-- TODO: Remove when release is available in plugin BOM -->
<version>6.1.0</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit f7b3274

Please sign in to comment.