Skip to content

Commit

Permalink
Fixes bom version caused by 858bace #326
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik committed Jan 27, 2024
1 parent 38c8b78 commit 93ddf80
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.76</version>
<version>4.77</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -33,17 +33,21 @@
<jmockit.version>4.7.0</jmockit.version> <!-- last version that supports reflections -->
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.401.x</artifactId>
<version>2747.v0842b_c87549e</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.401.x</artifactId>
<!-- Latest version based on
https://repo.jenkins-ci.org/artifactory/public/io/jenkins/tools/bom/
https://www.jenkins.io/doc/developer/plugin-development/dependency-management/#jenkins-plugin-bom
-->
<version>2745.vc7b_fe4c876fa_</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
Expand Down

0 comments on commit 93ddf80

Please sign in to comment.