Skip to content

Commit

Permalink
Define jenkins.baseline (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe authored Nov 25, 2024
1 parent 2ab7579 commit 53bf958
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@
<changelist>999999-SNAPSHOT</changelist>
<jenkins.host.address />
<slaveAgentPort />
<jenkins.version>2.426.3</jenkins.version>
<bom>2.426.x</bom>
<bom.version>2857.v01a_0144eb_20b_</bom.version>
<jenkins.baseline>2.426</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<no-test-jar>false</no-test-jar>
<useBeta>true</useBeta>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
Expand All @@ -58,8 +57,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-${bom}</artifactId>
<version>${bom.version}</version>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>2857.v01a_0144eb_20b_</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 53bf958

Please sign in to comment.