summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-07-19 13:07:49 +0200
committergjoranv <gv@yahooinc.com>2023-07-24 10:36:13 +0200
commit062c49c778ea99f8c56ff36899a0f78fbd783048 (patch)
treea3129bfea9b7e8a7f918906f33b8c430d4277c1d /container-search/pom.xml
parent76144c5e3e99ff09bf2c495943807962ed25f0d1 (diff)
Use 'vespa.version' suffix for all global version properties.
Diffstat (limited to 'container-search/pom.xml')
-rw-r--r--container-search/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index 5d3b88157aa..cea05826ce0 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -214,7 +214,7 @@
<plugin> <!-- For the YQL query language -->
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
- <version>${antlr4.version}</version>
+ <version>${antlr4.vespa.version}</version>
<executions>
<execution>
<configuration>