summaryrefslogtreecommitdiffstats
path: root/sample-apps/boolean-search/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sample-apps/boolean-search/pom.xml')
-rw-r--r--sample-apps/boolean-search/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sample-apps/boolean-search/pom.xml b/sample-apps/boolean-search/pom.xml
index 03edad32dd3..9af4042f798 100644
--- a/sample-apps/boolean-search/pom.xml
+++ b/sample-apps/boolean-search/pom.xml
@@ -40,6 +40,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <version>3.6.1</version>
<configuration>
<optimize>true</optimize>
<showDeprecation>true</showDeprecation>
@@ -74,6 +75,7 @@
<plugin>
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
+ <version>${vespa_version}</version>
<extensions>true</extensions>
</plugin>
</plugins>