From 276dcb0ff818310a0580537ffd534331d4eb6463 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Wed, 29 Nov 2023 15:51:43 +0100 Subject: Support 2023.2 --- integration/intellij/build.gradle.kts | 10 +++++----- integration/intellij/pom.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/integration/intellij/build.gradle.kts b/integration/intellij/build.gradle.kts index 0fd879d18d4..b437a1f5b28 100644 --- a/integration/intellij/build.gradle.kts +++ b/integration/intellij/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group="ai.vespa" -version="1.4.0" // Also update pom.xml version AND the version below if this is changed +version="1.5.0" // Also update pom.xml version AND the version below if this is changed defaultTasks("buildPlugin") @@ -43,7 +43,7 @@ sourceSets { // See https://github.com/JetBrains/gradle-intellij-plugin/ intellij { - version.set("2023.1") + version.set("2023.2") } tasks { @@ -55,11 +55,11 @@ tasks { } patchPluginXml { - version.set("1.4.0") // TODO: Use one version property - sinceBuild.set("231") + version.set("1.5.0") // Keep in sync with pom.xml TODO: Use one version property + sinceBuild.set("232") // Appears on the plugin page in preferences/plugins changeNotes.set(""" - Support for IntelliJ 2023 + Support for IntelliJ 2023.2 """) } diff --git a/integration/intellij/pom.xml b/integration/intellij/pom.xml index f8fef937536..b57bd8d379f 100644 --- a/integration/intellij/pom.xml +++ b/integration/intellij/pom.xml @@ -9,7 +9,7 @@ ../parent/pom.xml vespa-intellij - 1.4.0 + 1.5.0 Maven wrapper for the gradle build of this IntelliJ plugin. -- cgit v1.2.3