Skip to content

Commit

Permalink
Prepare Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
duemir committed Oct 25, 2023
1 parent 1f0f52a commit 0b94713
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 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.1"
version = "3.0.2"

java {
toolchain {
Expand Down Expand Up @@ -62,6 +62,12 @@ patchPluginXml {
untilBuild = ""
pluginDescription = extractPluginDescription()
changeNotes = """
<h3>3.0.2</h3>
<ul>
<li>✍️ Usages of Apache commons-lang2 are removed for IntelliJ compatibility reasons</li>
<li>📦 Build tools are upgrade</li>
<li><a href="https://github.com/jenkinsci/idea-stapler-plugin/releases/tag/3.0.2">GitHub Release Notes</a></li>
</ul>
<h3>3.0.1</h3>
<ul>
<li>🚀 Update Jelly Tag Library XSDs.</li>
Expand Down

0 comments on commit 0b94713

Please sign in to comment.