Skip to content

Commit

Permalink
chore(skip-release): Prepare for 1.14.1 (#695)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury authored Dec 5, 2022
1 parent 728c966 commit f4b971e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ dependencies {
transitive = false
}
compile 'com.redhat.microprofile:com.redhat.qute.ls:0.12.1'
lsp ('com.redhat.microprofile:com.redhat.qute.ls:0.13.0-SNAPSHOT:uber') {
lsp ('com.redhat.microprofile:com.redhat.qute.ls:0.13.0:uber') {
transitive = false
}
compile files(new File(buildDir, 'server')) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ideaVersion = IC-2020.3
projectVersion=1.15.0-SNAPSHOT
projectVersion=1.14.1
jetBrainsToken=invalid
jetBrainsChannel=stable
quarkusVersion=2.14.2.Final
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
]]></description>

<change-notes><![CDATA[
<p><b>1.14.1</b></p>
<ul>
<li>Bug fixes</li>
</ul>
<p><b>1.14.0</b></p>
<ul>
<li>Add support for CodeActions / QuickFixes</li>
Expand Down

0 comments on commit f4b971e

Please sign in to comment.