summaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-09-05 14:27:58 +0200
committerJon Bratseth <bratseth@gmail.com>2022-09-05 14:27:58 +0200
commit9f4b8527027575c5ce8c81bbb9d0377605bfd890 (patch)
treeffaf601d71b2f6ea6120a71df5ba87b88ed603e0 /integration
parent6969c67fc8130a696aa594ce72575e48ebbaa00f (diff)
Support IntelliJ 2022
Diffstat (limited to 'integration')
-rw-r--r--integration/intellij/build.gradle6
-rw-r--r--integration/intellij/pom.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/integration/intellij/build.gradle b/integration/intellij/build.gradle
index 535911c5b8e..8f8c71ad5c7 100644
--- a/integration/intellij/build.gradle
+++ b/integration/intellij/build.gradle
@@ -36,7 +36,7 @@ compileJava {
}
group 'ai.vespa'
-version '1.2.0' // Also update pom.xml version if this is changed
+version '1.3.0' // Also update pom.xml version if this is changed
sourceCompatibility = 11
@@ -61,10 +61,10 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '203'
- untilBuild = '213.*'
+ untilBuild = '222.*'
// in changeNotes you can add a description of the changes in this version (would appear in the plugin page in preferences\plugins)
changeNotes = """
- Complete grammar (no more red squiggles)
+ Support for IntelliJ 2022
"""
}
diff --git a/integration/intellij/pom.xml b/integration/intellij/pom.xml
index d7146a60f7a..841c2ad7ee1 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.2.0</version> <!-- See copy-zip below, which depends on this being the same as the v. in build.gradle -->
+ <version>1.3.0</version> <!-- See copy-zip below, which depends on this being the same as the v. in build.gradle -->
<description>
Maven wrapper for the gradle build of this IntelliJ plugin.
</description>