diff --git a/README.md b/README.md index 016939de8..8d2582e6a 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,8 @@ When editing `application.properties` files, you have access to: ## Requirements - * Java JDK (or JRE) 8 or more recent + * Intellij IDEA 2022.2 or more recent (we **try** to support the last 4 major IDEA releases) + * Java JDK (or JRE) 11 or more recent ​ ## Contributing diff --git a/gradle.properties b/gradle.properties index c298995ca..c16261ade 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ ideaVersion = IC-2022.2 -projectVersion=1.24.0-SNAPSHOT +projectVersion=1.24.0 jetBrainsToken=invalid jetBrainsChannel=stable quarkusVersion=3.1.2.Final diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 2b8975be6..277a9555e 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -11,11 +11,20 @@ ]]> 1.24.0 + + Learn more in the changelog.

1.23.0

Learn more in the changelog.