Skip to content

Commit

Permalink
Prepare Release 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
duemir committed Jul 25, 2024
1 parent 0b68ce3 commit 451c18a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "org.kohsuke.stapler.idea"
version = "3.0.3"
version = "3.0.4"

java {
toolchain {
Expand Down Expand Up @@ -62,6 +62,10 @@ patchPluginXml {
untilBuild = ""
pluginDescription = extractPluginDescription()
changeNotes = """
<h3>3.0.4</h3>
<ul>
<li>🐛 Clean up API usage to remain compatible with 2024.2</li>
</ul>
<h3>3.0.3</h3>
<ul>
<li>👻 Compatibility baseline is changed to 2022.3 which also changes Java level to 17. No functional changes are expected.</li>
Expand Down

0 comments on commit 451c18a

Please sign in to comment.