Skip to content

Commit

Permalink
Bump baseline (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Jun 18, 2024
1 parent e6a6e22 commit 90e2aaa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/junit-sql-storage-plugin</gitHubRepo>
<jenkins.version>2.414.3</jenkins.version>
<jenkins.baseline>2.440</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<useBeta>true</useBeta>
</properties>
<name>Junit SQL Storage Plugin</name>
Expand All @@ -23,8 +24,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.414.x</artifactId>
<version>2907.vcb_35d6f2f7de</version>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3135.v6d6c1f6b_3572</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 90e2aaa

Please sign in to comment.