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 28, 2024
1 parent 400c286 commit accf1e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 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.16 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
10 changes: 2 additions & 8 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.2</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -44,7 +44,7 @@
<jenkins.baseline>2.479</jenkins.baseline>
<!-- TODO: set to LTS -->
<jenkins.version>${jenkins.baseline}</jenkins.version>
<revision>2.15</revision>
<revision>2.16</revision>
<changelist>-SNAPSHOT</changelist>
<spotless.check.skip>false</spotless.check.skip>
<!-- needed for Jenkins.MANAGE support -->
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 accf1e1

Please sign in to comment.