Skip to content

Commit

Permalink
Add Design Library to the managed set (#4244)
Browse files Browse the repository at this point in the history
* Add Design Library to the managed set

* forget to include 2.452.x
  • Loading branch information
darinpope authored Jan 18, 2025
1 parent c74b9cf commit 9d5408b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom-2.452.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
<artifactId>dark-theme</artifactId>
<version>439.vdef09f81f85e</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>design-library</artifactId>
<version>303.v6b_23c12334c9</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>gitlab-kubernetes-credentials</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions bom-2.462.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
<artifactId>custom-folder-icon</artifactId>
<version>2.15</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>design-library</artifactId>
<version>307.vecc0205ca_707</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>echarts-api</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,11 @@
<artifactId>database-sqlserver</artifactId>
<version>23.v158a_7d4d1d46</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>design-library</artifactId>
<version>353.v3b_c47f293f54</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>echarts-api</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,11 @@
<artifactId>database-sqlserver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>design-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>echarts-api</artifactId>
Expand Down

0 comments on commit 9d5408b

Please sign in to comment.