|
5 | 5 | <parent> |
6 | 6 | <groupId>org.jenkins-ci.plugins</groupId> |
7 | 7 | <artifactId>plugin</artifactId> |
8 | | - <version>4.40</version> |
| 8 | + <version>4.88</version> |
9 | 9 | <relativePath /> |
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <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> |
15 | 15 | <packaging>hpi</packaging> |
16 | 16 |
|
17 | 17 | <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> |
19 | 20 |
|
20 | 21 | <licenses> |
21 | 22 | <license> |
|
24 | 25 | </license> |
25 | 26 | </licenses> |
26 | 27 |
|
| 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 | + |
27 | 42 | <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> |
32 | 46 | </properties> |
33 | 47 |
|
34 | 48 | <dependencyManagement> |
35 | 49 | <dependencies> |
36 | 50 | <dependency> |
37 | 51 | <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> |
40 | 54 | <scope>import</scope> |
41 | 55 | <type>pom</type> |
42 | 56 | </dependency> |
| 57 | + <dependency> |
| 58 | + <groupId>commons-io</groupId> |
| 59 | + <artifactId>commons-io</artifactId> |
| 60 | + <version>2.16.1</version> |
| 61 | + </dependency> |
43 | 62 | </dependencies> |
44 | 63 | </dependencyManagement> |
45 | 64 |
|
|
0 commit comments