Skip to content

Commit

Permalink
Prepare Release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
duemir committed Jan 31, 2024
1 parent 27bb2c9 commit 6c64989
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Features include:
* "Jenkins Jelly View" file template to speed up creation of views
* Navigation from the Jelly tags to their definitions
* Integrate `st:documentation` tag into IntelliJ documentation support
* Report custom tag attributes that are marked deprecated in `st:documentation`.
* Error checks and autocompletion on attributes and elements of taglibs
* `style` attribute and `script` tag contents should be recognized as CSS and JavaScript correspondingly.

Expand Down
8 changes: 6 additions & 2 deletions 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-SNAPSHOT"
version = "3.0.3"

java {
toolchain {
Expand Down Expand Up @@ -62,7 +62,11 @@ patchPluginXml {
untilBuild = ""
pluginDescription = extractPluginDescription()
changeNotes = """
<h3>3.0.3-SNAPSHOT</h3>
<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>
<li>🚀 Report custom tag attributes that are marked deprecated.</li>
</ul>
<h3>3.0.2</h3>
<ul>
<li>✍️ Usages of Apache commons-lang2 are removed for IntelliJ compatibility reasons</li>
Expand Down

0 comments on commit 6c64989

Please sign in to comment.