Skip to content

Commit

Permalink
fix bom artifact, align with core version (#263)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>

Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Jan 18, 2023
1 parent 3af7267 commit 96021ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<properties>
<revision>2.30</revision>
<gitHubRepo>jenkinsci/pipeline-stage-view-plugin</gitHubRepo>
<bom>2.289.x</bom>
<jenkins.version>2.361</jenkins.version>
<bom>2.361.x</bom>
<jenkins.version>2.361.4</jenkins.version>
<changelist>-SNAPSHOT</changelist>
<node.version>18.7.0</node.version>
<npm.version>8.15.0</npm.version>
Expand Down Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-${bom}</artifactId>
<version>1500.ve4d05cd32975</version>
<version>1775.vf0577a_a_01778</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 96021ce

Please sign in to comment.