|
5 | 5 | <parent> |
6 | 6 | <groupId>org.jenkins-ci.plugins</groupId> |
7 | 7 | <artifactId>plugin</artifactId> |
8 | | - <version>5.28</version> |
| 8 | + <version>4.40</version> |
9 | 9 | <relativePath /> |
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <groupId>io.jenkins.plugins</groupId> |
13 | | - <artifactId>active-git-branches</artifactId> |
14 | | - <version>${changelist}</version> |
| 13 | + <artifactId>active-git-branches-plugin</artifactId> |
| 14 | + <version>1.3.0</version> |
15 | 15 | <packaging>hpi</packaging> |
16 | 16 |
|
17 | 17 | <name>Active Git Branches Parameter</name> |
|
24 | 24 | </license> |
25 | 25 | </licenses> |
26 | 26 |
|
27 | | - <scm> |
28 | | - <connection>scm:git:https://github.com/${gitHubRepo}.git</connection> |
29 | | - <developerConnection>scm:git:https://github.com/${gitHubRepo}.git</developerConnection> |
30 | | - <url>https://github.com/${gitHubRepo}</url> |
31 | | - <tag>${scmTag}</tag> |
32 | | - </scm> |
33 | | - |
34 | 27 | <properties> |
35 | | - <changelist>999999-SNAPSHOT</changelist> |
36 | | - <jenkins.baseline>2.492</jenkins.baseline> |
37 | | - <jenkins.version>${jenkins.baseline}.3</jenkins.version> |
| 28 | + <jenkins.version>2.319.1</jenkins.version> |
| 29 | + <java.level>11</java.level> |
38 | 30 | <gitHubRepo>jenkinsci/active-git-branches-plugin</gitHubRepo> |
39 | | - <hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts> |
| 31 | + <enforcer.skip>true</enforcer.skip> |
40 | 32 | </properties> |
41 | 33 |
|
42 | 34 | <dependencyManagement> |
43 | 35 | <dependencies> |
44 | 36 | <dependency> |
45 | 37 | <groupId>io.jenkins.tools.bom</groupId> |
46 | | - <artifactId>bom-${jenkins.baseline}.x</artifactId> |
47 | | - <version>5473.vb_9533d9e5d88</version> |
| 38 | + <artifactId>bom-2.319.x</artifactId> |
| 39 | + <version>1409.v7659b_c072f18</version> |
48 | 40 | <scope>import</scope> |
49 | 41 | <type>pom</type> |
50 | 42 | </dependency> |
|
81 | 73 | <groupId>org.jenkins-ci.plugins</groupId> |
82 | 74 | <artifactId>scm-api</artifactId> |
83 | 75 | </dependency> |
84 | | - |
85 | | - <!-- Test dependencies --> |
86 | | - <dependency> |
87 | | - <groupId>org.jenkins-ci.plugins</groupId> |
88 | | - <artifactId>structs</artifactId> |
89 | | - <scope>test</scope> |
90 | | - </dependency> |
91 | 76 | </dependencies> |
92 | 77 |
|
93 | 78 | <repositories> |
|
0 commit comments