|
33 | 33 | <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
|
34 | 34 | <jenkins.baseline>2.479</jenkins.baseline>
|
35 | 35 | <jenkins.version>${jenkins.baseline}.3</jenkins.version>
|
36 |
| - <!-- TODO until in BOM --> |
37 |
| - <pipeline-model-definition.version>2.2247.va_423189a_7dff</pipeline-model-definition.version> |
38 | 36 | <useBeta>true</useBeta>
|
39 | 37 | <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
|
40 | 38 | </properties>
|
|
55 | 53 | <dependency>
|
56 | 54 | <groupId>io.jenkins.tools.bom</groupId>
|
57 | 55 | <artifactId>bom-${jenkins.baseline}.x</artifactId>
|
58 |
| - <version>4228.v0a_71308d905b_</version> |
| 56 | + <version>4488.v7fe26526366e</version> |
59 | 57 | <scope>import</scope>
|
60 | 58 | <type>pom</type>
|
61 | 59 | </dependency>
|
62 |
| - <dependency> |
63 |
| - <groupId>org.jenkinsci.plugins</groupId> |
64 |
| - <artifactId>pipeline-model-api</artifactId> |
65 |
| - <version>${pipeline-model-definition.version}</version> |
66 |
| - </dependency> |
67 |
| - <dependency> |
68 |
| - <groupId>org.jenkinsci.plugins</groupId> |
69 |
| - <artifactId>pipeline-model-definition</artifactId> |
70 |
| - <version>${pipeline-model-definition.version}</version> |
71 |
| - </dependency> |
72 |
| - <dependency> |
73 |
| - <groupId>org.jenkinsci.plugins</groupId> |
74 |
| - <artifactId>pipeline-model-definition</artifactId> |
75 |
| - <version>${pipeline-model-definition.version}</version> |
76 |
| - <classifier>tests</classifier> |
77 |
| - </dependency> |
78 |
| - <dependency> |
79 |
| - <groupId>org.jenkinsci.plugins</groupId> |
80 |
| - <artifactId>pipeline-model-extensions</artifactId> |
81 |
| - <version>${pipeline-model-definition.version}</version> |
82 |
| - </dependency> |
83 |
| - <dependency> |
84 |
| - <groupId>org.jenkinsci.plugins</groupId> |
85 |
| - <artifactId>pipeline-stage-tags-metadata</artifactId> |
86 |
| - <version>${pipeline-model-definition.version}</version> |
87 |
| - </dependency> |
88 | 60 | </dependencies>
|
89 | 61 | </dependencyManagement>
|
90 | 62 | <dependencies>
|
|
0 commit comments