aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@vespa.ai>2023-11-29 15:51:43 +0100
committerJon Bratseth <bratseth@vespa.ai>2023-11-29 15:53:14 +0100
commit276dcb0ff818310a0580537ffd534331d4eb6463 (patch)
tree0bd0122436530322577d17847b12df08d89f69e8
parent7ad3607c2216017a0c32348e107a01e868ed8841 (diff)
Support 2023.2
-rw-r--r--integration/intellij/build.gradle.kts10
-rw-r--r--integration/intellij/pom.xml2
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 @@
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>vespa-intellij</artifactId> <!-- Not used - plugin is build by gradle -->
- <version>1.4.0</version> <!-- See copy-zip below, which depends on this being the same as the v. in build.gradle -->
+ <version>1.5.0</version> <!-- See copy-zip below, which depends on this being the same as the v. in build.gradle.kts -->
<description>
Maven wrapper for the gradle build of this IntelliJ plugin.
</description>