Skip to content

Commit 8e07e14

Browse files
committed
Test JGit 7.2, Git Client 6.2, and Mina SSHD 2.15.0
Git client plugin incremental build from: * jenkinsci/git-client-plugin#1262 Mina SSHD incremental build from: * jenkinsci/mina-sshd-api-plugin#150 Test plan from: * jenkinsci/git-client-plugin#1262 (comment)
1 parent e0060b4 commit 8e07e14

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

pom.xml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<changelist>999999-SNAPSHOT</changelist>
3636
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
3737
<jenkins.baseline>2.479</jenkins.baseline>
38-
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
38+
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
3939
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
4040
</properties>
4141

@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>io.jenkins.tools.bom</groupId>
4646
<artifactId>bom-${jenkins.baseline}.x</artifactId>
47-
<version>4023.va_eeb_b_4e45f07</version>
47+
<version>4228.v0a_71308d905b_</version>
4848
<type>pom</type>
4949
<scope>import</scope>
5050
</dependency>
@@ -60,17 +60,25 @@
6060
<groupId>org.jenkins-ci.modules</groupId>
6161
<artifactId>sshd</artifactId>
6262
</dependency>
63+
<!-- TODO: Remove when included in plugin BOM -->
64+
<dependency>
65+
<groupId>io.jenkins.plugins.mina-sshd-api</groupId>
66+
<artifactId>mina-sshd-api-common</artifactId>
67+
<version>2.15.0-156.v48eb_e3c5a_805</version>
68+
</dependency>
69+
<!-- TODO: Remove when included in plugin BOM -->
70+
<dependency>
71+
<groupId>io.jenkins.plugins.mina-sshd-api</groupId>
72+
<artifactId>mina-sshd-api-core</artifactId>
73+
<version>2.15.0-156.v48eb_e3c5a_805</version>
74+
</dependency>
6375
<dependency>
6476
<groupId>org.jenkins-ci.plugins</groupId>
6577
<artifactId>git-client</artifactId>
78+
<!-- TODO: Remove when included in plugin BOM -->
79+
<version>6.2.0-rc3710.111f814fdc4b_</version>
6680
</dependency>
6781

68-
<dependency>
69-
<groupId>org.eclipse.jgit</groupId>
70-
<artifactId>org.eclipse.jgit.ssh.apache</artifactId>
71-
<version>7.0.0.202409031743-r</version>
72-
<scope>test</scope>
73-
</dependency>
7482
<dependency>
7583
<groupId>org.jenkins-ci.plugins</groupId>
7684
<artifactId>git-userContent</artifactId>

0 commit comments

Comments
 (0)