|
4 | 4 | <parent>
|
5 | 5 | <groupId>org.jenkins-ci.plugins</groupId>
|
6 | 6 | <artifactId>plugin</artifactId>
|
7 |
| - <version>4.18</version> |
| 7 | + <version>4.51</version> |
8 | 8 | <relativePath />
|
9 | 9 | </parent>
|
10 | 10 |
|
|
24 | 24 | </scm>
|
25 | 25 |
|
26 | 26 | <properties>
|
| 27 | + <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ --> |
| 28 | + <jenkins.baseline>2.346</jenkins.baseline> |
27 | 29 | <!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
|
28 |
| - <jenkins.version>2.263.1</jenkins.version> |
29 |
| - <java.level>8</java.level> |
| 30 | + <jenkins.version>${jenkins.baseline}.3</jenkins.version> |
30 | 31 | <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
|
31 | 32 | <pipeline-model-definition.version>1.6.0</pipeline-model-definition.version>
|
32 | 33 | <revision>1.0.0</revision>
|
33 | 34 | <changelist>-SNAPSHOT</changelist>
|
34 |
| - <jenkins-test-harness.version>2.34</jenkins-test-harness.version> |
35 | 35 | <kubernetes-server-mock.version>5.4.0</kubernetes-server-mock.version>
|
36 | 36 | <tekton-client.version>5.4.0</tekton-client.version>
|
37 | 37 | <maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version>
|
|
115 | 115 | <dependency>
|
116 | 116 | <groupId>org.jenkins-ci.plugins</groupId>
|
117 | 117 | <artifactId>pipeline-utility-steps</artifactId>
|
118 |
| - <version>2.7.1</version> |
119 | 118 | <scope>test</scope>
|
120 | 119 | </dependency>
|
121 | 120 |
|
|
125 | 124 | <dependencies>
|
126 | 125 | <dependency>
|
127 | 126 | <groupId>io.jenkins.tools.bom</groupId>
|
128 |
| - <artifactId>bom-2.249.x</artifactId> |
129 |
| - <version>29</version> |
| 127 | + <artifactId>bom-${jenkins.baseline}.x</artifactId> |
| 128 | + <version>1763.v092b_8980a_f5e</version> |
130 | 129 | <scope>import</scope>
|
131 | 130 | <type>pom</type>
|
132 | 131 | </dependency>
|
|
192 | 191 | <plugin>
|
193 | 192 | <groupId>org.apache.maven.plugins</groupId>
|
194 | 193 | <artifactId>maven-surefire-plugin</artifactId>
|
195 |
| - <version>3.0.0-M5</version> |
196 | 194 | </plugin>
|
197 | 195 | <plugin>
|
198 | 196 | <groupId>org.codehaus.mojo</groupId>
|
|
0 commit comments