Skip to content

Commit 09803ac

Browse files
committed
Pick up jenkinsci/branch-api-plugin#129 to try to shorten paths
1 parent 0af3d46 commit 09803ac

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pom.xml

+9-3
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
<properties>
6565
<revision>2.13</revision>
6666
<changelist>-SNAPSHOT</changelist>
67-
<jenkins.version>2.73.3</jenkins.version>
67+
<jenkins.version>2.107.3</jenkins.version>
6868
<java.level>8</java.level>
6969
<workflow-cps-plugin.version>2.57</workflow-cps-plugin.version>
7070
<git-plugin.version>3.6.4</git-plugin.version>
71-
<scm-api-plugin.version>2.2.5</scm-api-plugin.version>
71+
<scm-api-plugin.version>2.2.7</scm-api-plugin.version>
7272
<workflow-scm-step-plugin.version>2.4</workflow-scm-step-plugin.version>
7373
<workflow-multibranch-plugin.version>2.10</workflow-multibranch-plugin.version>
7474
<jenkins-test-harness.version>2.44-20181005.160621-2</jenkins-test-harness.version> <!-- TODO https://github.com/jenkinsci/jenkins-test-harness/pull/113 -->
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>org.jenkins-ci.plugins</groupId>
105105
<artifactId>cloudbees-folder</artifactId>
106-
<version>5.16</version>
106+
<version>6.1.0</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -257,6 +257,12 @@
257257
<version>1.20</version>
258258
<scope>test</scope>
259259
</dependency>
260+
<dependency>
261+
<groupId>org.jenkins-ci.plugins</groupId>
262+
<artifactId>branch-api</artifactId>
263+
<version>2.0.21-rc630.81000cf36de3</version> <!-- TODO https://github.com/jenkinsci/branch-api-plugin/pull/129 -->
264+
<scope>test</scope>
265+
</dependency>
260266
</dependencies>
261267
<build>
262268
<plugins>

0 commit comments

Comments
 (0)