From c7f61a2000556af936dc2b3f432b75e2bdd1a384 Mon Sep 17 00:00:00 2001 From: Jeff MAURY Date: Thu, 2 Dec 2021 09:59:13 +0100 Subject: [PATCH] chore(skip-release): Prepare for 1.9.0 (#486) Signed-off-by: Jeff MAURY --- gradle.properties | 2 +- src/main/resources/META-INF/plugin.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index dcc63609a..cb0a4f0bb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ ideaVersion = IC-2019.3 -projectVersion=1.9.0-SNAPSHOT +projectVersion=1.9.0 jetBrainsToken=invalid jetBrainsChannel=stable diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index d367c48f0..6abab9715 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -11,6 +11,11 @@ ]]> 1.9.0

+
    +
  • Quarkus wizard allows to select Quarkus stream
  • +
  • Fix compatibility issue with IntelliJ 2021.3
  • +

1.8.0

  • Add support for CodeLens/Inlay (for JAX-RS endpoints)