Skip to content

Commit

Permalink
Bump plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd committed Oct 19, 2024
1 parent bc0bad9 commit bd1f0bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ Release notes are recorded in https://github.com/jenkinsci/custom-folder-icon-pl

=== Version 2.x

* Version 2.15 requires Jenkins baseline 2.479.x and migrates to Java 17 and Jakarta EE 9.
* Version 2.14 introduces a new type of icon.
The `OpenSourceFolderIcon` provides icons from https://github.com/jenkinsci/oss-symbols-api-plugin[oss-symbols-api-plugin].
* Version 2.11 moved the <<Global Configuration>> to the _Appearance_ configuration
* Version 2.10 enables users to select the jobs to be considered for the combined build status in `BuildStatusFolderIcon`.

.Changes in previous versions ...
[%collapsible]
====
* Version 2.10 enables users to select the jobs to be considered for the combined build status in `BuildStatusFolderIcon`.
* Version 2.9 introduces a new type of icon.
The `FontAwesomeFolderIcon` provides https://fontawesome.com[Font Awesome] icons.
* Version 2.6 enables users to select and re-use an already existing `CustomFolderIcon`.
Expand Down
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>5.0</version>
<version>5.1</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -84,12 +84,6 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>cloudbees-folder</artifactId>
</dependency>
<!-- TODO: Remove with new LTS -->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.7</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>apache-httpcomponents-client-5-api</artifactId>
Expand Down

0 comments on commit bd1f0bd

Please sign in to comment.