|
5 | 5 | <parent> |
6 | 6 | <groupId>org.jenkins-ci.plugins</groupId> |
7 | 7 | <artifactId>plugin</artifactId> |
8 | | - <version>3.57</version> |
| 8 | + <version>4.57</version> |
9 | 9 | <relativePath /> |
10 | 10 | </parent> |
11 | 11 |
|
|
16 | 16 | <properties> |
17 | 17 | <revision>2.8</revision> |
18 | 18 | <changelist>999999-SNAPSHOT</changelist> |
19 | | - <jenkins.version>2.164.3</jenkins.version> |
20 | | - <java.level>8</java.level> |
21 | | - <jenkins-test-harness.version>2.39</jenkins-test-harness.version> |
22 | | - <hpi-plugin.version>3.5</hpi-plugin.version> |
23 | | - <stapler-plugin.version>1.17</stapler-plugin.version> |
| 19 | + <jenkins.version>2.375.3</jenkins.version> |
24 | 20 | </properties> |
25 | 21 |
|
26 | 22 | <name>Pipeline: GitHub</name> |
|
38 | 34 | <scm> |
39 | 35 | <connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection> |
40 | 36 | <developerConnection>scm:git:ssh://git@github.com/jenkinsci/${project.artifactId}-plugin.git</developerConnection> |
41 | | - <url>http://github.com/jenkinsci/${project.artifactId}-plugin</url> |
| 37 | + <url>https://github.com/jenkinsci/${project.artifactId}-plugin</url> |
42 | 38 | <tag>${scmTag}</tag> |
43 | 39 | </scm> |
44 | 40 |
|
|
56 | 52 | </pluginRepositories> |
57 | 53 |
|
58 | 54 | <dependencies> |
59 | | - |
60 | | - <dependency> |
61 | | - <groupId>org.jenkins-ci.plugins</groupId> |
62 | | - <artifactId>structs</artifactId> |
63 | | - <version>1.14</version> |
64 | | - </dependency> |
65 | | - |
66 | | - <dependency> |
67 | | - <groupId>org.jenkins-ci.plugins</groupId> |
68 | | - <artifactId>scm-api</artifactId> |
69 | | - <version>2.2.7</version> |
70 | | - </dependency> |
71 | | - |
72 | | - <!-- For Steps --> |
73 | | - <dependency> |
74 | | - <groupId>org.jenkins-ci.plugins.workflow</groupId> |
75 | | - <artifactId>workflow-step-api</artifactId> |
76 | | - <version>2.15</version> |
77 | | - </dependency> |
78 | | - |
79 | | - <dependency> |
80 | | - <groupId>org.jenkins-ci.plugins.workflow</groupId> |
81 | | - <artifactId>workflow-cps</artifactId> |
82 | | - <version>2.53</version> |
83 | | - </dependency> |
84 | | - |
85 | 55 | <dependency> |
86 | 56 | <groupId>org.jenkins-ci.plugins</groupId> |
87 | 57 | <artifactId>github-branch-source</artifactId> |
88 | | - <version>2.8.2</version> |
| 58 | + <version>1703.vd5a_2b_29c6cdc</version> |
89 | 59 | </dependency> |
90 | 60 |
|
91 | | - <!-- to resolve conflict in github-branch-source --> |
92 | | - <dependency> |
93 | | - <groupId>org.apache.commons</groupId> |
94 | | - <artifactId>commons-lang3</artifactId> |
95 | | - <version>3.9</version> |
96 | | - <scope>runtime</scope> |
97 | | - </dependency> |
98 | 61 |
|
99 | 62 | <!-- to resolve conflict in github-branch-source --> |
100 | 63 | <dependency> |
101 | 64 | <groupId>org.jenkins-ci.plugins</groupId> |
102 | 65 | <artifactId>credentials</artifactId> |
103 | | - <version>2.1.16</version> |
| 66 | + <version>1224.vc23ca_a_9a_2cb_0</version> |
104 | 67 | </dependency> |
105 | 68 |
|
106 | 69 | <dependency> |
107 | 70 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
108 | 71 | <artifactId>workflow-job</artifactId> |
109 | | - <version>2.21</version> |
| 72 | + <version>1289.vd1c337fd5354</version> |
| 73 | + </dependency> |
| 74 | + |
| 75 | + <dependency> |
| 76 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 77 | + <artifactId>jackson2-api</artifactId> |
| 78 | + <version>2.13.3-285.vc03c0256d517</version> |
110 | 79 | </dependency> |
111 | 80 |
|
112 | 81 | <!-- GitHub Client Dependencies --> |
|
117 | 86 | </dependency> |
118 | 87 |
|
119 | 88 | <dependency> |
120 | | - <groupId>com.google.code.gson</groupId> |
121 | | - <artifactId>gson</artifactId> |
122 | | - <version>2.8.5</version> |
123 | | - </dependency> |
124 | | - |
125 | | - <!-- Unit testing Dependencies --> |
126 | | - <dependency> |
127 | | - <groupId>org.jenkins-ci.plugins</groupId> |
128 | | - <artifactId>junit</artifactId> |
129 | | - <version>1.24</version> |
130 | | - <scope>test</scope> |
131 | | - </dependency> |
132 | | - |
133 | | - <dependency> |
134 | | - <groupId>org.jenkins-ci.plugins</groupId> |
135 | | - <artifactId>token-macro</artifactId> |
136 | | - <version>2.5</version> |
137 | | - <scope>test</scope> |
| 89 | + <groupId>org.jenkins-ci.plugins.workflow</groupId> |
| 90 | + <artifactId>workflow-cps</artifactId> |
| 91 | + <version>3653.v07ea_433c90b_4</version> |
138 | 92 | </dependency> |
139 | 93 |
|
140 | | - <!--<dependency>--> |
141 | | - <!--<groupId>org.jenkins-ci.plugins.workflow</groupId>--> |
142 | | - <!--<artifactId>workflow-multibranch</artifactId>--> |
143 | | - <!--<version>2.14</version>--> |
144 | | - <!--<scope>test</scope>--> |
145 | | - <!--</dependency>--> |
146 | | - |
147 | 94 | </dependencies> |
148 | 95 |
|
149 | 96 | </project> |
0 commit comments