aboutsummaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-12-13 12:24:35 +0100
committerJon Bratseth <bratseth@gmail.com>2021-12-13 12:24:35 +0100
commitf4e183401976caaa025c768986068f24d244bcf6 (patch)
tree14d6f63f13951d156c43f292104aae5cb9e9cc5c /integration
parentda72f32fa5bfcce81b6bcc8dbe717be0869bcc77 (diff)
Support IntelliJ 213
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 1bad25e051a..2d5ad1f33d6 100644
--- a/integration/intellij/build.gradle
+++ b/integration/intellij/build.gradle
@@ -36,7 +36,7 @@ compileJava {
}
group 'ai.vespa'
-version '1.0.1' // Also update pom.xml version if this is changed
+version '1.0.2' // Also update pom.xml version if this is changed
sourceCompatibility = 11
@@ -61,10 +61,10 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '203'
- untilBuild = '212.*'
+ untilBuild = '213.*'
// in changeNotes you can add a description of the changes in this version (would appear in the plugin page in preferences\plugins)
changeNotes = """
- <em></em>"""
+ <em>Support IntelliJ 213</em>"""
}
test {
diff --git a/integration/intellij/pom.xml b/integration/intellij/pom.xml
index 4b9350dcb90..984968b2834 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.0.1</version> <!-- See copy-zip below, which depends on this being the same as the v. in build.gradle -->
+ <version>1.0.2</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>