|
4 | 4 | <parent>
|
5 | 5 | <groupId>org.jenkins-ci.plugins</groupId>
|
6 | 6 | <artifactId>plugin</artifactId>
|
7 |
| - <version>4.18</version> |
| 7 | + <version>5.7</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.479</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}.1</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 | + <jenkins-test-harness.version>2391.v9b_3e2d3351a_2</jenkins-test-harness.version> |
35 | 36 | <kubernetes-server-mock.version>5.4.0</kubernetes-server-mock.version>
|
36 | 37 | <tekton-client.version>5.4.0</tekton-client.version>
|
37 | 38 | <maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version>
|
|
48 | 49 | </license>
|
49 | 50 | </licenses>
|
50 | 51 |
|
51 |
| - <developers> |
52 |
| - <developer> |
53 |
| - <id>waveywaves</id> |
54 |
| - <name>Vibhav Bobade</name> |
55 |
| - </developer> |
56 |
| - </developers> |
57 |
| - |
58 | 52 | <dependencies>
|
59 | 53 | <dependency>
|
60 | 54 | <groupId>org.slf4j</groupId>
|
|
97 | 91 | <dependency>
|
98 | 92 | <groupId>org.jenkins-ci.plugins</groupId>
|
99 | 93 | <artifactId>github-branch-source</artifactId>
|
100 |
| - <version>2.9.7</version> |
101 | 94 | <scope>test</scope>
|
102 | 95 | </dependency>
|
103 | 96 | <dependency>
|
|
115 | 108 | <dependency>
|
116 | 109 | <groupId>org.jenkins-ci.plugins</groupId>
|
117 | 110 | <artifactId>pipeline-utility-steps</artifactId>
|
118 |
| - <version>2.7.1</version> |
119 | 111 | <scope>test</scope>
|
120 | 112 | </dependency>
|
121 | 113 |
|
|
125 | 117 | <dependencies>
|
126 | 118 | <dependency>
|
127 | 119 | <groupId>io.jenkins.tools.bom</groupId>
|
128 |
| - <artifactId>bom-2.249.x</artifactId> |
129 |
| - <version>29</version> |
| 120 | + <artifactId>bom-${jenkins.baseline}.x</artifactId> |
| 121 | + <version>4136.vca_c3202a_7fd1</version> |
130 | 122 | <scope>import</scope>
|
131 | 123 | <type>pom</type>
|
132 | 124 | </dependency>
|
133 |
| - <dependency> |
134 |
| - <groupId>org.slf4j</groupId> |
135 |
| - <artifactId>slf4j-api</artifactId> |
136 |
| - <version>1.7.30</version> |
137 |
| - </dependency> |
138 | 125 | <dependency>
|
139 | 126 | <groupId>org.apache.commons</groupId>
|
140 | 127 | <artifactId>commons-lang3</artifactId>
|
|
0 commit comments