Skip to content

Commit

Permalink
Bump Jenkins baseline to 2.452 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy authored Nov 16, 2024
1 parent e7ec717 commit a15214f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/database-plugin</gitHubRepo>
<jenkins.version>2.440.3</jenkins.version>
<jenkins.baseline>2.452</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>

<jenkins.opentelemetry-api.version>1.43.0-38.v1a_9b_53e3f70f</jenkins.opentelemetry-api.version>
<opentelemetry-instrumentation.version>2.6.0</opentelemetry-instrumentation.version>
Expand All @@ -26,7 +27,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.440.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3435.v238d66a_043fb_</version>
<scope>import</scope>
<type>pom</type>
Expand Down

0 comments on commit a15214f

Please sign in to comment.