Skip to content

Commit 3c2ece3

Browse files
authored
Add Extra Columns to the managed set (#4223)
1 parent 3d14565 commit 3c2ece3

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

bom-2.462.x/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,11 @@
200200
<artifactId>embeddable-build-status</artifactId>
201201
<version>487.va_0ef04c898a_2</version>
202202
</dependency>
203+
<dependency>
204+
<groupId>org.jenkins-ci.plugins</groupId>
205+
<artifactId>extra-columns</artifactId>
206+
<version>1.26</version>
207+
</dependency>
203208
<dependency>
204209
<groupId>org.jenkins-ci.plugins</groupId>
205210
<artifactId>git</artifactId>

bom-weekly/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,11 @@
953953
<artifactId>external-monitor-job</artifactId>
954954
<version>215.v2e88e894db_f8</version>
955955
</dependency>
956+
<dependency>
957+
<groupId>org.jenkins-ci.plugins</groupId>
958+
<artifactId>extra-columns</artifactId>
959+
<version>1.27</version>
960+
</dependency>
956961
<dependency>
957962
<groupId>org.jenkins-ci.plugins</groupId>
958963
<artifactId>flaky-test-handler</artifactId>

sample-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,11 @@
826826
<artifactId>external-monitor-job</artifactId>
827827
<scope>test</scope>
828828
</dependency>
829+
<dependency>
830+
<groupId>org.jenkins-ci.plugins</groupId>
831+
<artifactId>extra-columns</artifactId>
832+
<scope>test</scope>
833+
</dependency>
829834
<dependency>
830835
<groupId>org.jenkins-ci.plugins</groupId>
831836
<artifactId>flaky-test-handler</artifactId>

0 commit comments

Comments
 (0)