|
3 | 3 | <parent> |
4 | 4 | <groupId>org.jenkins-ci.plugins</groupId> |
5 | 5 | <artifactId>plugin</artifactId> |
6 | | - <version>3.49</version> |
| 6 | + <version>3.50</version> |
7 | 7 | <relativePath /> |
8 | 8 | </parent> |
9 | 9 |
|
|
24 | 24 | <inceptionYear>2007</inceptionYear> |
25 | 25 |
|
26 | 26 | <properties> |
27 | | - <revision>3.12.2</revision> |
| 27 | + <revision>3.13.0</revision> |
28 | 28 | <changelist>-SNAPSHOT</changelist> |
29 | 29 | <jenkins.version>2.138.4</jenkins.version> |
30 | 30 | <java.level>8</java.level> |
31 | 31 | <no-test-jar>false</no-test-jar> |
32 | 32 | <useBeta>true</useBeta> |
33 | 33 | <concurrency>1C</concurrency> |
34 | | - <scm-api-plugin.version>2.6.3</scm-api-plugin.version> |
35 | 34 | <jcasc.version>1.30</jcasc.version> |
36 | | - <maven.checkstyle.plugin.version>3.1.0</maven.checkstyle.plugin.version> |
37 | | - <maven.checkstyle.version>8.24</maven.checkstyle.version> |
38 | 35 | <linkXRef>false</linkXRef> |
39 | 36 | </properties> |
40 | 37 |
|
|
43 | 40 | <plugin> |
44 | 41 | <groupId>org.apache.maven.plugins</groupId> |
45 | 42 | <artifactId>maven-checkstyle-plugin</artifactId> |
46 | | - <version>${maven.checkstyle.plugin.version}</version> |
47 | | - <dependencies> |
48 | | - <dependency> |
49 | | - <groupId>com.puppycrawl.tools</groupId> |
50 | | - <artifactId>checkstyle</artifactId> |
51 | | - <version>${maven.checkstyle.version}</version> |
52 | | - </dependency> |
53 | | - </dependencies> |
| 43 | + <version>3.1.0</version> |
54 | 44 | <configuration> |
55 | 45 | <configLocation>google_checks.xml</configLocation> |
56 | 46 | <failOnViolation>true</failOnViolation> |
|
93 | 83 | <dependency> |
94 | 84 | <groupId>org.jenkins-ci.plugins</groupId> |
95 | 85 | <artifactId>structs</artifactId> |
96 | | - <version>1.19</version> |
97 | 86 | </dependency> |
98 | 87 | <dependency> |
99 | 88 | <groupId>org.jenkins-ci.plugins</groupId> |
100 | 89 | <artifactId>git-client</artifactId> |
101 | | - <version>2.7.7</version> |
102 | 90 | </dependency> |
103 | 91 | <dependency> |
104 | 92 | <groupId>org.jenkins-ci.plugins</groupId> |
105 | 93 | <artifactId>credentials</artifactId> |
106 | | - <version>2.1.18</version> |
107 | 94 | </dependency> |
108 | 95 | <dependency> |
109 | 96 | <groupId>org.jenkins-ci.plugins</groupId> |
110 | 97 | <artifactId>ssh-credentials</artifactId> |
111 | | - <version>1.13</version> |
112 | 98 | </dependency> |
113 | 99 | <dependency> |
114 | 100 | <groupId>org.jenkins-ci.plugins</groupId> |
115 | 101 | <artifactId>scm-api</artifactId> |
116 | | - <version>${scm-api-plugin.version}</version> |
117 | | - <exclusions> |
118 | | - <exclusion> |
119 | | - <groupId>org.jenkins-ci.plugins.workflow</groupId> |
120 | | - <artifactId>workflow-step-api</artifactId> |
121 | | - </exclusion> |
122 | | - </exclusions> |
123 | 102 | </dependency> |
124 | 103 | <dependency> |
125 | 104 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
126 | 105 | <artifactId>workflow-step-api</artifactId> |
127 | | - <version>2.20</version> |
128 | 106 | </dependency> |
129 | 107 | <dependency> |
130 | 108 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
131 | 109 | <artifactId>workflow-scm-step</artifactId> |
132 | | - <version>2.7</version> |
133 | 110 | </dependency> |
134 | 111 | <dependency> |
135 | 112 | <groupId>org.jenkins-ci.plugins</groupId> |
136 | 113 | <artifactId>matrix-project</artifactId> |
137 | | - <version>1.7.1</version> |
138 | 114 | </dependency> |
139 | 115 | <dependency> |
140 | 116 | <groupId>org.jenkins-ci.plugins</groupId> |
141 | 117 | <artifactId>mailer</artifactId> |
142 | | - <version>1.18</version> |
143 | 118 | </dependency> |
144 | 119 |
|
145 | 120 | <dependency> |
|
163 | 138 | <version>3.1.9</version> |
164 | 139 | <scope>test</scope> |
165 | 140 | </dependency> |
166 | | - <dependency> |
167 | | - <groupId>org.jenkins-ci.plugins</groupId> |
168 | | - <artifactId>apache-httpcomponents-client-4-api</artifactId> |
169 | | - <scope>test</scope> |
170 | | - </dependency> |
171 | | - |
172 | 141 |
|
173 | 142 | <dependency><!-- we contribute AbstractBuildParameters for Git if it's available --> |
174 | 143 | <groupId>org.jenkins-ci.plugins</groupId> |
|
179 | 148 | <dependency> |
180 | 149 | <groupId>org.jenkins-ci.plugins</groupId> |
181 | 150 | <artifactId>token-macro</artifactId> |
182 | | - <version>1.12.1</version> <!-- Depends on Jenkins 1.609 --> |
183 | 151 | <optional>true</optional> |
184 | 152 | </dependency> |
185 | 153 | <dependency> |
|
191 | 159 | <dependency> |
192 | 160 | <groupId>org.jenkins-ci.plugins</groupId> |
193 | 161 | <artifactId>promoted-builds</artifactId> |
194 | | - <version>2.27</version> |
| 162 | + <version>3.3</version> |
195 | 163 | <optional>true</optional> |
196 | | - <exclusions> |
197 | | - <exclusion> |
198 | | - <groupId>org.sonatype.sisu</groupId> |
199 | | - <artifactId>sisu-guava</artifactId> |
200 | | - </exclusion> |
201 | | - <exclusion> |
202 | | - <!-- promoted-builds requests 1.9.2, core requests 1.8.4 --> |
203 | | - <!-- use core version, rather than promoted builds version --> |
204 | | - <!-- trust this optional reference will be harmless --> |
205 | | - <groupId>org.apache.ant</groupId> |
206 | | - <artifactId>ant</artifactId> |
207 | | - </exclusion> |
208 | | - </exclusions> |
209 | 164 | </dependency> |
210 | 165 | <dependency> |
211 | 166 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
|
216 | 171 | <dependency> |
217 | 172 | <groupId>org.jenkins-ci.plugins</groupId> |
218 | 173 | <artifactId>scm-api</artifactId> |
219 | | - <version>${scm-api-plugin.version}</version> |
220 | 174 | <classifier>tests</classifier> |
221 | 175 | <scope>test</scope> |
222 | 176 | </dependency> |
223 | | - <dependency> |
224 | | - <groupId>org.jenkins-ci.plugins.workflow</groupId> |
225 | | - <artifactId>workflow-cps</artifactId> |
226 | | - <scope>test</scope> |
227 | | - </dependency> |
228 | 177 | <dependency> |
229 | 178 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
230 | 179 | <artifactId>workflow-job</artifactId> |
|
249 | 198 | <dependency> |
250 | 199 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
251 | 200 | <artifactId>workflow-cps-global-lib</artifactId> |
252 | | - <version>2.14</version> |
253 | 201 | <scope>test</scope> |
254 | | - <exclusions> |
255 | | - <exclusion> |
256 | | - <groupId>org.apache.commons</groupId> |
257 | | - <artifactId>commons-lang3</artifactId> |
258 | | - </exclusion> |
259 | | - </exclusions> |
260 | 202 | </dependency> |
261 | 203 | <dependency> |
262 | 204 | <groupId>org.xmlunit</groupId> |
|
269 | 211 | <artifactId>workflow-api</artifactId> |
270 | 212 | <scope>test</scope> |
271 | 213 | </dependency> |
272 | | - <dependency> |
273 | | - <groupId>org.jenkins-ci.plugins.workflow</groupId> |
274 | | - <artifactId>workflow-support</artifactId> |
275 | | - <scope>test</scope> |
276 | | - </dependency> |
277 | 214 | <!-- JCasC compatibility --> |
278 | 215 | <dependency> |
279 | 216 | <groupId>io.jenkins</groupId> |
|
295 | 232 | <dependency> |
296 | 233 | <groupId>io.jenkins.tools.bom</groupId> |
297 | 234 | <artifactId>bom</artifactId> |
298 | | - <version>2.138.1</version> |
| 235 | + <version>2.138.2</version> |
299 | 236 | <scope>import</scope> |
300 | 237 | <type>pom</type> |
301 | 238 | </dependency> |
|
0 commit comments