Skip to content

Commit 5234dcb

Browse files
Bump io.jenkins.tools.bom:bom-2.479.x from 4228.v0a_71308d905b_ to 4488.v7fe26526366e (#1664)
* Bump io.jenkins.tools.bom:bom-2.479.x Bumps [io.jenkins.tools.bom:bom-2.479.x](https://github.com/jenkinsci/bom) from 4228.v0a_71308d905b_ to 4488.v7fe26526366e. - [Release notes](https://github.com/jenkinsci/bom/releases) - [Commits](https://github.com/jenkinsci/bom/commits) --- updated-dependencies: - dependency-name: io.jenkins.tools.bom:bom-2.479.x dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Remove workaround --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Basil Crow <[email protected]>
1 parent 740c823 commit 5234dcb

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

pom.xml

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545
<slaveAgentPort />
4646
<jenkins.baseline>2.479</jenkins.baseline>
4747
<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>
5048
<no-test-jar>false</no-test-jar>
5149
<useBeta>true</useBeta>
5250
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
@@ -60,7 +58,7 @@
6058
<dependency>
6159
<groupId>io.jenkins.tools.bom</groupId>
6260
<artifactId>bom-${jenkins.baseline}.x</artifactId>
63-
<version>4228.v0a_71308d905b_</version>
61+
<version>4488.v7fe26526366e</version>
6462
<type>pom</type>
6563
<scope>import</scope>
6664
</dependency>
@@ -70,32 +68,6 @@
7068
<!-- transitive dep of io.fabric8:kubernetes-server-mock, needs alignment with okhttp-api -->
7169
<version>4.11.0</version>
7270
</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>
9971
</dependencies>
10072
</dependencyManagement>
10173

0 commit comments

Comments
 (0)