aboutsummaryrefslogtreecommitdiffstats
path: root/sample-apps
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-19 15:46:24 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-19 15:46:24 +0200
commit35632653dca1b0af270c7eb1ccf0b905ea369f02 (patch)
tree5a89089256c3aa3bfdf9a0025077aa343fbac053 /sample-apps
parente8d627cd40ee17afb238a766c3254be3f68d2e07 (diff)
Add missing version tags
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>