Skip to content

Commit 19b84d6

Browse files
Bump io.jenkins.tools.bom:bom-2.479.x from 4228.v0a_71308d905b_ to 4488.v7fe26526366e (jenkinsci#345)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3d0610 commit 19b84d6

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
@@ -33,8 +33,6 @@
3333
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
3434
<jenkins.baseline>2.479</jenkins.baseline>
3535
<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>
3836
<useBeta>true</useBeta>
3937
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
4038
</properties>
@@ -55,36 +53,10 @@
5553
<dependency>
5654
<groupId>io.jenkins.tools.bom</groupId>
5755
<artifactId>bom-${jenkins.baseline}.x</artifactId>
58-
<version>4228.v0a_71308d905b_</version>
56+
<version>4488.v7fe26526366e</version>
5957
<scope>import</scope>
6058
<type>pom</type>
6159
</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>
8860
</dependencies>
8961
</dependencyManagement>
9062
<dependencies>

0 commit comments

Comments
 (0)