Skip to content

Commit

Permalink
Use jenkins.baseline from archetype and depends on commons-lang3-api (#…
Browse files Browse the repository at this point in the history
…338)

Co-authored-by: Arnaud TAMAILLON <[email protected]>
  • Loading branch information
jonesbusy and Greybird authored Jan 26, 2025
1 parent 61432d7 commit 203bd2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@

<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.479.1</jenkins.version>
<jenkins.baseline>2.479</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<checkstyle.version>3.6.0</checkstyle.version>
<spotbugs.effort>Max</spotbugs.effort>
Expand All @@ -45,7 +46,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.479.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>4023.va_eeb_b_4e45f07</version>
<scope>import</scope>
<type>pom</type>
Expand Down Expand Up @@ -160,9 +161,8 @@
<artifactId>checks-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.17.0</version>
<groupId>io.jenkins.plugins</groupId>
<artifactId>commons-lang3-api</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit 203bd2c

Please sign in to comment.