|
35 | 35 | <changelist>999999-SNAPSHOT</changelist> |
36 | 36 | <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ --> |
37 | 37 | <jenkins.baseline>2.479</jenkins.baseline> |
38 | | - <jenkins.version>${jenkins.baseline}.1</jenkins.version> |
| 38 | + <jenkins.version>${jenkins.baseline}.3</jenkins.version> |
39 | 39 | <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> |
40 | 40 | </properties> |
41 | 41 |
|
|
44 | 44 | <dependency> |
45 | 45 | <groupId>io.jenkins.tools.bom</groupId> |
46 | 46 | <artifactId>bom-${jenkins.baseline}.x</artifactId> |
47 | | - <version>4023.va_eeb_b_4e45f07</version> |
| 47 | + <version>4228.v0a_71308d905b_</version> |
48 | 48 | <type>pom</type> |
49 | 49 | <scope>import</scope> |
50 | 50 | </dependency> |
|
60 | 60 | <groupId>org.jenkins-ci.modules</groupId> |
61 | 61 | <artifactId>sshd</artifactId> |
62 | 62 | </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> |
63 | 75 | <dependency> |
64 | 76 | <groupId>org.jenkins-ci.plugins</groupId> |
65 | 77 | <artifactId>git-client</artifactId> |
| 78 | + <!-- TODO: Remove when included in plugin BOM --> |
| 79 | + <version>6.2.0-rc3710.111f814fdc4b_</version> |
66 | 80 | </dependency> |
67 | 81 |
|
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> |
74 | 82 | <dependency> |
75 | 83 | <groupId>org.jenkins-ci.plugins</groupId> |
76 | 84 | <artifactId>git-userContent</artifactId> |
|
0 commit comments