Skip to content

Commit 515d092

Browse files
authored
Merge pull request #384 from sghill-rewrite/modernize/jenkins-2.426.3
Modernize to Jenkins 2.426.3
2 parents 6c879ae + cd14b8c commit 515d092

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<revision>1</revision>
1212
<changelist>999999-SNAPSHOT</changelist>
1313
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
14-
<jenkins.version>2.401.3</jenkins.version>
14+
<jenkins.version>2.426.3</jenkins.version>
1515
<hpi.compatibleSinceVersion>1.9</hpi.compatibleSinceVersion>
1616
</properties>
1717
<artifactId>stashNotifier</artifactId>
@@ -80,8 +80,8 @@
8080
<dependencies>
8181
<dependency>
8282
<groupId>io.jenkins.tools.bom</groupId>
83-
<artifactId>bom-2.401.x</artifactId>
84-
<version>2745.vc7b_fe4c876fa_</version>
83+
<artifactId>bom-2.426.x</artifactId>
84+
<version>2982.vdce2153031a_0</version>
8585
<scope>import</scope>
8686
<type>pom</type>
8787
</dependency>
@@ -125,7 +125,6 @@
125125
<dependency>
126126
<groupId>org.hamcrest</groupId>
127127
<artifactId>hamcrest</artifactId>
128-
<version>2.2</version>
129128
<scope>test</scope>
130129
</dependency>
131130
<dependency>

0 commit comments

Comments
 (0)