|
5 | 5 | <parent>
|
6 | 6 | <groupId>org.jenkins-ci.plugins</groupId>
|
7 | 7 | <artifactId>plugin</artifactId>
|
8 |
| - <version>4.77</version> |
| 8 | + <version>5.2</version> |
9 | 9 | <relativePath />
|
10 | 10 | </parent>
|
11 | 11 |
|
|
49 | 49 | <properties>
|
50 | 50 | <revision>1.40.1</revision>
|
51 | 51 | <changelist>-SNAPSHOT</changelist>
|
52 |
| - <gitHubRepo>jenkinsci/github-plugin</gitHubRepo> |
53 |
| - <jenkins.version>2.414.3</jenkins.version> |
| 52 | + <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> |
| 53 | + <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ --> |
| 54 | + <jenkins.baseline>2.479</jenkins.baseline> |
| 55 | + <jenkins.version>${jenkins.baseline}.1</jenkins.version> |
54 | 56 | <release.skipTests>false</release.skipTests>
|
55 | 57 | <tagNameFormat>v@{project.version}</tagNameFormat>
|
56 | 58 | <useBeta>true</useBeta> <!-- For Jenkins.MANAGE permission -->
|
57 |
| - <!-- TODO JENKINS-73339 until in parent POM --> |
58 |
| - <jenkins-test-harness.version>2250.v03a_1295b_0a_30</jenkins-test-harness.version> |
59 |
| - <maven.compiler.testRelease>17</maven.compiler.testRelease> |
60 | 59 | </properties>
|
61 | 60 |
|
62 | 61 | <repositories>
|
|
184 | 183 | <dependency>
|
185 | 184 | <groupId>com.github.tomakehurst</groupId>
|
186 | 185 | <artifactId>wiremock-jre8-standalone</artifactId>
|
187 |
| - <version>2.35.0</version> |
| 186 | + <version>2.35.2</version> |
188 | 187 | <scope>test</scope>
|
189 | 188 | </dependency>
|
190 | 189 |
|
191 | 190 | <dependency>
|
192 | 191 | <groupId>io.rest-assured</groupId>
|
193 | 192 | <artifactId>rest-assured</artifactId>
|
194 |
| - <version>5.3.1</version> |
| 193 | + <version>5.3.2</version> |
195 | 194 | <scope>test</scope>
|
196 | 195 | </dependency>
|
197 | 196 |
|
|
201 | 200 | <dependencies>
|
202 | 201 | <dependency>
|
203 | 202 | <groupId>io.jenkins.tools.bom</groupId>
|
204 |
| - <artifactId>bom-2.414.x</artifactId> |
205 |
| - <version>2718.v7e8a_d43b_3f0b_</version> |
| 203 | + <artifactId>bom-${jenkins.baseline}.x</artifactId> |
| 204 | + <version>3559.vb_5b_81183b_d23</version> |
206 | 205 | <scope>import</scope>
|
207 | 206 | <type>pom</type>
|
208 | 207 | </dependency>
|
|
229 | 228 |
|
230 | 229 | <plugin>
|
231 | 230 | <artifactId>maven-checkstyle-plugin</artifactId>
|
232 |
| - <version>3.1.2</version> |
| 231 | + <version>3.6.0</version> |
233 | 232 | <executions>
|
234 | 233 | <execution>
|
235 | 234 | <id>checkstyle</id>
|
|
240 | 239 | </execution>
|
241 | 240 | </executions>
|
242 | 241 | <configuration>
|
243 |
| - <encoding>UTF-8</encoding> |
244 | 242 | <failOnViolation>true</failOnViolation>
|
245 | 243 | <logViolationsToConsole>true</logViolationsToConsole>
|
246 | 244 | <linkXRef>false</linkXRef>
|
|
0 commit comments