Skip to content

Commit 9d5408b

Browse files
authored
Add Design Library to the managed set (#4244)
* Add Design Library to the managed set * forget to include 2.452.x
1 parent c74b9cf commit 9d5408b

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

bom-2.452.x/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
<artifactId>dark-theme</artifactId>
4040
<version>439.vdef09f81f85e</version>
4141
</dependency>
42+
<dependency>
43+
<groupId>io.jenkins.plugins</groupId>
44+
<artifactId>design-library</artifactId>
45+
<version>303.v6b_23c12334c9</version>
46+
</dependency>
4247
<dependency>
4348
<groupId>io.jenkins.plugins</groupId>
4449
<artifactId>gitlab-kubernetes-credentials</artifactId>

bom-2.462.x/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@
7272
<artifactId>custom-folder-icon</artifactId>
7373
<version>2.15</version>
7474
</dependency>
75+
<dependency>
76+
<groupId>io.jenkins.plugins</groupId>
77+
<artifactId>design-library</artifactId>
78+
<version>307.vecc0205ca_707</version>
79+
</dependency>
7580
<dependency>
7681
<groupId>io.jenkins.plugins</groupId>
7782
<artifactId>echarts-api</artifactId>

bom-weekly/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,11 @@
298298
<artifactId>database-sqlserver</artifactId>
299299
<version>23.v158a_7d4d1d46</version>
300300
</dependency>
301+
<dependency>
302+
<groupId>io.jenkins.plugins</groupId>
303+
<artifactId>design-library</artifactId>
304+
<version>353.v3b_c47f293f54</version>
305+
</dependency>
301306
<dependency>
302307
<groupId>io.jenkins.plugins</groupId>
303308
<artifactId>echarts-api</artifactId>

sample-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,11 @@
283283
<artifactId>database-sqlserver</artifactId>
284284
<scope>test</scope>
285285
</dependency>
286+
<dependency>
287+
<groupId>io.jenkins.plugins</groupId>
288+
<artifactId>design-library</artifactId>
289+
<scope>test</scope>
290+
</dependency>
286291
<dependency>
287292
<groupId>io.jenkins.plugins</groupId>
288293
<artifactId>echarts-api</artifactId>

0 commit comments

Comments
 (0)