Skip to content

Commit

Permalink
Merge pull request #384 from sghill-rewrite/modernize/jenkins-2.426.3
Browse files Browse the repository at this point in the history
Modernize to Jenkins 2.426.3
  • Loading branch information
sghill authored Apr 20, 2024
2 parents 6c879ae + cd14b8c commit 515d092
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<revision>1</revision>
<changelist>999999-SNAPSHOT</changelist>
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
<jenkins.version>2.401.3</jenkins.version>
<jenkins.version>2.426.3</jenkins.version>
<hpi.compatibleSinceVersion>1.9</hpi.compatibleSinceVersion>
</properties>
<artifactId>stashNotifier</artifactId>
Expand Down Expand Up @@ -80,8 +80,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.401.x</artifactId>
<version>2745.vc7b_fe4c876fa_</version>
<artifactId>bom-2.426.x</artifactId>
<version>2982.vdce2153031a_0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -125,7 +125,6 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 515d092

Please sign in to comment.