aboutsummaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-05-30 21:45:12 +0200
committerJon Bratseth <bratseth@gmail.com>2022-05-30 21:45:12 +0200
commit25f4505ed1d15f6e859c3366127dde8823da48c2 (patch)
tree77d7ad05591f3d1e5b43232522593d6877c2011f /integration
parent9e915d74b000c6896393d60d02f25834eb3fac36 (diff)
Bump version
Diffstat (limited to 'integration')
-rw-r--r--integration/intellij/build.gradle7
-rw-r--r--integration/intellij/pom.xml2
2 files changed, 3 insertions, 6 deletions
diff --git a/integration/intellij/build.gradle b/integration/intellij/build.gradle
index 4374f6f964a..535911c5b8e 100644
--- a/integration/intellij/build.gradle
+++ b/integration/intellij/build.gradle
@@ -36,7 +36,7 @@ compileJava {
}
group 'ai.vespa'
-version '1.1.6' // Also update pom.xml version if this is changed
+version '1.2.0' // Also update pom.xml version if this is changed
sourceCompatibility = 11
@@ -64,10 +64,7 @@ patchPluginXml {
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 = """
- Support for default values in inputs.
- Support for unified constant syntax.
- Support all tensor formats.
- Support tensor generate functions.
+ Complete grammar (no more red squiggles)
"""
}
diff --git a/integration/intellij/pom.xml b/integration/intellij/pom.xml
index 3f2a4c24771..dfc44ab9dc2 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.1.6</version> <!-- See copy-zip below, which depends on this being the same as the v. in build.gradle -->
+ <version>1.2.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>