|
5 | 5 | <parent>
|
6 | 6 | <groupId>org.jvnet.hudson.plugins</groupId>
|
7 | 7 | <artifactId>analysis-pom</artifactId>
|
8 |
| - <version>9.0.0</version> |
| 8 | + <version>10.4.0</version> |
9 | 9 | <relativePath />
|
10 | 10 | </parent>
|
11 | 11 |
|
12 | 12 | <groupId>io.jenkins.plugins</groupId>
|
13 | 13 | <artifactId>warnings-ng</artifactId>
|
14 |
| - <version>${revision}${changelist}</version> |
| 14 | + <version>12.0.0-SNAPSHOT</version> |
15 | 15 | <packaging>hpi</packaging>
|
16 | 16 | <name>Warnings Plugin</name>
|
17 | 17 |
|
|
38 | 38 | <scm>
|
39 | 39 | <connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
|
40 | 40 | < developerConnection>scm:git: [email protected]:jenkinsci/ ${project.artifactId}-plugin.git</ developerConnection>
|
41 |
| - <tag>v11.10.0</tag> |
| 41 | + <tag>HEAD</tag> |
42 | 42 | <url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
|
43 | 43 | </scm>
|
44 | 44 |
|
45 | 45 | <properties>
|
46 |
| - <revision>11.13.0</revision> |
47 |
| - <changelist>-SNAPSHOT</changelist> |
48 | 46 | <module.name>${project.groupId}.warnings.ng</module.name>
|
49 | 47 |
|
50 |
| - <analysis-model-api.version>12.9.1</analysis-model-api.version> |
51 |
| - <analysis-model-tests.version>${analysis-model-api.version}</analysis-model-tests.version> |
| 48 | + <analysis-model-api.version>13.0.0</analysis-model-api.version> |
| 49 | + <analysis-model-tests.version>13.0.0</analysis-model-tests.version> |
52 | 50 | <pull-request-monitoring.version>335.v525cd64ec76b_</pull-request-monitoring.version>
|
53 | 51 |
|
54 | 52 | <eclipse-collections.version>9.2.0</eclipse-collections.version>
|
|
60 | 58 | <testcontainers.version>1.20.4</testcontainers.version>
|
61 | 59 |
|
62 | 60 | <!-- Jenkins Plug-in Dependencies Versions -->
|
63 |
| - <git-forensics.version>2.2.1</git-forensics.version> |
64 |
| - |
65 | 61 | <flexible-publish.version>0.15.2</flexible-publish.version>
|
66 | 62 | <form-element-path.version>1.11</form-element-path.version>
|
67 | 63 |
|
|
99 | 95 | <dependency>
|
100 | 96 | <groupId>io.jenkins.plugins</groupId>
|
101 | 97 | <artifactId>plugin-util-api</artifactId>
|
102 |
| - <version>5.1.0</version> |
| 98 | + <!-- TODO: remove the version when a matching BOM is available --> |
| 99 | + <version>6.0.0</version> |
103 | 100 | </dependency>
|
104 | 101 | <dependency>
|
105 | 102 | <groupId>io.jenkins.plugins</groupId>
|
|
160 | 157 | <dependency>
|
161 | 158 | <groupId>io.jenkins.plugins</groupId>
|
162 | 159 | <artifactId>forensics-api</artifactId>
|
| 160 | + <!-- TODO: remove the version when a matching BOM is available --> |
| 161 | + <version>3.0.0</version> |
163 | 162 | </dependency>
|
164 | 163 | <dependency>
|
165 | 164 | <groupId>io.jenkins.plugins</groupId>
|
|
219 | 218 | <groupId>io.jenkins.plugins</groupId>
|
220 | 219 | <artifactId>forensics-api</artifactId>
|
221 | 220 | <classifier>tests</classifier>
|
| 221 | + <!-- TODO: remove the version when a matching BOM is available --> |
| 222 | + <version>3.0.0</version> |
222 | 223 | <scope>test</scope>
|
223 | 224 | </dependency>
|
224 | 225 | <dependency>
|
225 | 226 | <groupId>io.jenkins.plugins</groupId>
|
226 | 227 | <artifactId>git-forensics</artifactId>
|
227 |
| - <version>${git-forensics.version}</version> |
| 228 | + <!-- TODO: remove the version when a matching BOM is available --> |
| 229 | + <version>3.1.0</version> |
228 | 230 | <scope>test</scope>
|
229 | 231 | </dependency>
|
230 | 232 | <dependency>
|
|
305 | 307 | <dependency>
|
306 | 308 | <groupId>io.jenkins.plugins</groupId>
|
307 | 309 | <artifactId>plugin-util-api</artifactId>
|
308 |
| - <version>5.1.0</version> |
| 310 | + <!-- TODO: remove the version when a matching BOM is available --> |
| 311 | + <version>6.0.0</version> |
309 | 312 | <classifier>tests</classifier>
|
310 | 313 | <scope>test</scope>
|
311 | 314 | <exclusions>
|
|
578 | 581 | <excludes combine.children="append">
|
579 | 582 | <exclude>.*Thresholds</exclude>
|
580 | 583 | <exclude>.*Test.*</exclude>
|
| 584 | + <exclude>.*Benchmark.*</exclude> |
581 | 585 | <exclude>.*TaskScanner.*</exclude>
|
582 | 586 | </excludes>
|
583 | 587 | <entryPointClassPackage>io.jenkins.plugins.analysis.core.assertions</entryPointClassPackage>
|
|
0 commit comments