Skip to content

Commit

Permalink
Update BOM to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik committed Dec 31, 2022
1 parent d97fe06 commit 61ea924
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.40</version>
<version>4.53</version>
</parent>

<artifactId>sidebar-link</artifactId>
Expand All @@ -13,18 +13,17 @@
<url>https://github.com/jenkinsci/sidebar-link-plugin</url>

<properties>
<jenkins.version>2.332.2</jenkins.version>
<!-- downgrade hpi plugin because problem from version 3.25 when building locally -->
<hpi-plugin.version>3.24</hpi-plugin.version>
<hpi.compatibleSinceVersion>2.0.0</hpi.compatibleSinceVersion>
<java.level>11</java.level>
</properties>

<dependencyManagement>
<!-- upgrade with mvn versions:update-parent
https://www.jenkins.io/doc/developer/plugin-development/dependency-management/ -->
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.332.x</artifactId>
<version>1246.va_b_50630c1d19</version>
<artifactId>bom-2.346.x</artifactId>
<version>1763.v092b_8980a_f5e</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 61ea924

Please sign in to comment.