Skip to content

Commit

Permalink
Merge pull request #32 from MarkEWaite/use-jenkins-baseline
Browse files Browse the repository at this point in the history
Use jenkins.baseline to match archetype
  • Loading branch information
froque authored Dec 4, 2024
2 parents 1b4e0f9 + 6954ded commit b480cdd
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 @@ -31,7 +31,8 @@

<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.361.4</jenkins.version>
<jenkins.baseline>2.361</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
<!-- TODO fix violations -->
<spotbugs.threshold>High</spotbugs.threshold>
</properties>
Expand Down Expand Up @@ -61,7 +62,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>2102.v854b_fec19c92</version>
<scope>import</scope>
<type>pom</type>
Expand Down

0 comments on commit b480cdd

Please sign in to comment.