From 25f4505ed1d15f6e859c3366127dde8823da48c2 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Mon, 30 May 2022 21:45:12 +0200 Subject: Bump version --- integration/intellij/build.gradle | 7 ++----- integration/intellij/pom.xml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) (limited to 'integration') 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 @@ ../parent/pom.xml vespa-intellij - 1.1.6 + 1.2.0 Maven wrapper for the gradle build of this IntelliJ plugin. -- cgit v1.2.3