summaryrefslogtreecommitdiffstats
path: root/integration/intellij/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-02-21 10:45:27 +0100
committerJon Bratseth <bratseth@gmail.com>2022-02-21 10:45:27 +0100
commit004ac86f2a0e557599bf14440035e0e107cf5184 (patch)
tree0a04880729fbaa9435fa0810d7bce76f9e242f3d /integration/intellij/pom.xml
parent1dfb1a1d626d5a9474b9db95cec061ada4b626a4 (diff)
Make compatible with older IntelliJ's
Diffstat (limited to 'integration/intellij/pom.xml')
-rw-r--r--integration/intellij/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/intellij/pom.xml b/integration/intellij/pom.xml
index 6f84c430db3..f460033c4a9 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.0</version> <!-- See copy-zip below, which depends on this being the same as the v. in build.gradle -->
+ <version>1.1.1</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>