Skip to content

Commit

Permalink
fixes Add Customizable Header to the managed set #4086 (#4254)
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Jan 19, 2025
1 parent 2985185 commit e41e476
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,11 @@
<artifactId>custom-folder-icon</artifactId>
<version>2.18</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>customizable-header</artifactId>
<version>169.v671208540e56</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>dark-theme</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,12 @@
<artifactId>custom-folder-icon</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>customizable-header</artifactId>
<version>169.v671208540e56</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>dark-theme</artifactId>
Expand Down

0 comments on commit e41e476

Please sign in to comment.