summaryrefslogtreecommitdiffstats
path: root/sample-apps
diff options
context:
space:
mode:
Diffstat (limited to 'sample-apps')
-rw-r--r--sample-apps/blog-search/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sample-apps/blog-search/pom.xml b/sample-apps/blog-search/pom.xml
index 7702dab2d3f..2bb95966e4d 100644
--- a/sample-apps/blog-search/pom.xml
+++ b/sample-apps/blog-search/pom.xml
@@ -42,6 +42,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>
@@ -76,6 +77,7 @@
<plugin>
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
+ <version>${vespa_version}</version>
<extensions>true</extensions>
</plugin>
</plugins>