Skip to content

Commit

Permalink
Integrate changes from #779 (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikRehmTT committed Jan 24, 2025
1 parent 524a337 commit 9e2c41b
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 @@ -83,8 +83,9 @@
</ciManagement>

<properties>
<!-- Jenkins base -->
<jenkins.version>2.479.3</jenkins.version>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.479</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<javaTargetJDK>17</javaTargetJDK>

<maven.compiler.release>${javaTargetJDK}</maven.compiler.release>
Expand Down Expand Up @@ -121,7 +122,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.479.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3893.v213a_42768d35</version>
<type>pom</type>
<scope>import</scope>
Expand Down

0 comments on commit 9e2c41b

Please sign in to comment.