|
45 | 45 | <slaveAgentPort /> |
46 | 46 | <jenkins.baseline>2.479</jenkins.baseline> |
47 | 47 | <jenkins.version>${jenkins.baseline}.3</jenkins.version> |
48 | | - <!-- TODO until in BOM --> |
49 | | - <pipeline-model-definition.version>2.2247.va_423189a_7dff</pipeline-model-definition.version> |
50 | 48 | <no-test-jar>false</no-test-jar> |
51 | 49 | <useBeta>true</useBeta> |
52 | 50 | <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> |
|
60 | 58 | <dependency> |
61 | 59 | <groupId>io.jenkins.tools.bom</groupId> |
62 | 60 | <artifactId>bom-${jenkins.baseline}.x</artifactId> |
63 | | - <version>4228.v0a_71308d905b_</version> |
| 61 | + <version>4488.v7fe26526366e</version> |
64 | 62 | <type>pom</type> |
65 | 63 | <scope>import</scope> |
66 | 64 | </dependency> |
|
70 | 68 | <!-- transitive dep of io.fabric8:kubernetes-server-mock, needs alignment with okhttp-api --> |
71 | 69 | <version>4.11.0</version> |
72 | 70 | </dependency> |
73 | | - <dependency> |
74 | | - <groupId>org.jenkinsci.plugins</groupId> |
75 | | - <artifactId>pipeline-model-api</artifactId> |
76 | | - <version>${pipeline-model-definition.version}</version> |
77 | | - </dependency> |
78 | | - <dependency> |
79 | | - <groupId>org.jenkinsci.plugins</groupId> |
80 | | - <artifactId>pipeline-model-definition</artifactId> |
81 | | - <version>${pipeline-model-definition.version}</version> |
82 | | - </dependency> |
83 | | - <dependency> |
84 | | - <groupId>org.jenkinsci.plugins</groupId> |
85 | | - <artifactId>pipeline-model-definition</artifactId> |
86 | | - <version>${pipeline-model-definition.version}</version> |
87 | | - <classifier>tests</classifier> |
88 | | - </dependency> |
89 | | - <dependency> |
90 | | - <groupId>org.jenkinsci.plugins</groupId> |
91 | | - <artifactId>pipeline-model-extensions</artifactId> |
92 | | - <version>${pipeline-model-definition.version}</version> |
93 | | - </dependency> |
94 | | - <dependency> |
95 | | - <groupId>org.jenkinsci.plugins</groupId> |
96 | | - <artifactId>pipeline-stage-tags-metadata</artifactId> |
97 | | - <version>${pipeline-model-definition.version}</version> |
98 | | - </dependency> |
99 | 71 | </dependencies> |
100 | 72 | </dependencyManagement> |
101 | 73 |
|
|
0 commit comments