Skip to content

Commit

Permalink
Upgrade to parent org.jenkins-ci.plugins:plugin:5.4 (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik authored Jan 10, 2025
1 parent 759c5ad commit 1387a7c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.88</version>
<version>5.4</version>
<relativePath />
</parent>

Expand All @@ -17,12 +18,12 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.440.x</artifactId>
<artifactId>bom-${jenkins.baseline}.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>3413.v0d896b_76a_30d</version>
<version>3875.v1df09947cde6</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -33,13 +34,13 @@
<name>Cucumber reports</name>
<url>https://github.com/jenkinsci/cucumber-reports-plugin</url>

<!-- some comments here: https://jenkins.io/doc/developer/plugin-development/dependency-management/ -->

<properties>
<revision>5.8.6</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/cucumber-reports-plugin</gitHubRepo>

<jenkins.version>2.440.3</jenkins.version>
<jenkins.baseline>2.479</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.1</jenkins.version>

<slf4jVersion>1.7.30</slf4jVersion>
</properties>
Expand Down

0 comments on commit 1387a7c

Please sign in to comment.