diff --git a/gradle.properties b/gradle.properties index a30496ff2..a40115974 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,20 +4,20 @@ pluginName=Quarkus Tools pluginRepositoryUrl=https://github.com/redhat-developer/intellij-quarkus # SemVer format -> https://semver.org # NO SPACES AROUND THE EQUALS SIGN!! -pluginVersion=1.29.1-SNAPSHOT +pluginVersion=1.30.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild=222 #pluginUntilBuild=233.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType=IC -platformVersion=2022.2.3 +platformVersion=LATEST-EAP-SNAPSHOT # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22 platformPlugins=com.intellij.java, maven, gradle-java, properties, yaml, com.redhat.devtools.intellij.telemetry:1.0.0.44 # Gradle Releases -> https://github.com/gradle/gradle/releases gradleVersion=8.4 channel=nightly -quarkusVersion=3.1.2.Final +quarkusVersion=3.5.3 lsp4mpVersion=0.10.0 quarkusLsVersion=0.17.0 quteLsVersion=0.17.0 diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index ed5b7c914..639e97ad1 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -5,6 +5,13 @@ Red-Hat 1.30.0 + + Learn more in the changelog.

1.29.0