Skip to content

Commit e14c2c7

Browse files
author
jicheng
committed
build(deps): bump Jenkins parent POM from 4.40 to 4.88 and update dependencies
- Update parent plugin version from 4.40 to 4.88 - Update Jenkins baseline from 2.319.1 to 2.440.3 - Update BOM from 2.319.x to 2.440.x - Change artifact ID from active-git-branches-plugin to active-git-branches - Add changelist property for version management - Add developers section with litchicoder - Add SCM configuration - Add description field - Add commons-io 2.16.1 to dependency management - Update GitHub repo
1 parent e26f62a commit e14c2c7

1 file changed

Lines changed: 29 additions & 10 deletions

File tree

pom.xml

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>4.40</version>
8+
<version>4.88</version>
99
<relativePath />
1010
</parent>
1111

1212
<groupId>io.jenkins.plugins</groupId>
13-
<artifactId>active-git-branches-plugin</artifactId>
14-
<version>1.3.0</version>
13+
<artifactId>active-git-branches</artifactId>
14+
<version>${changelist}</version>
1515
<packaging>hpi</packaging>
1616

1717
<name>Active Git Branches Parameter</name>
18-
<url>https://github.com/litchicoder/active-git-branches-plugin</url>
18+
<description>A Jenkins plugin that provides a parameter type for selecting Git branches, sorted by recent activity</description>
19+
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
1920

2021
<licenses>
2122
<license>
@@ -24,22 +25,40 @@
2425
</license>
2526
</licenses>
2627

28+
<developers>
29+
<developer>
30+
<id>litchicoder</id>
31+
<name>Litchi Coder</name>
32+
</developer>
33+
</developers>
34+
35+
<scm>
36+
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
37+
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
38+
<url>https://github.com/${gitHubRepo}</url>
39+
<tag>${scmTag}</tag>
40+
</scm>
41+
2742
<properties>
28-
<jenkins.version>2.319.1</jenkins.version>
29-
<java.level>11</java.level>
30-
<gitHubRepo>jenkinsci/active-git-branches-plugin</gitHubRepo>
31-
<enforcer.skip>true</enforcer.skip>
43+
<changelist>999999-SNAPSHOT</changelist>
44+
<jenkins.version>2.440.3</jenkins.version>
45+
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
3246
</properties>
3347

3448
<dependencyManagement>
3549
<dependencies>
3650
<dependency>
3751
<groupId>io.jenkins.tools.bom</groupId>
38-
<artifactId>bom-2.319.x</artifactId>
39-
<version>1409.v7659b_c072f18</version>
52+
<artifactId>bom-2.440.x</artifactId>
53+
<version>3435.v238d66a_043fb_</version>
4054
<scope>import</scope>
4155
<type>pom</type>
4256
</dependency>
57+
<dependency>
58+
<groupId>commons-io</groupId>
59+
<artifactId>commons-io</artifactId>
60+
<version>2.16.1</version>
61+
</dependency>
4362
</dependencies>
4463
</dependencyManagement>
4564

0 commit comments

Comments
 (0)