summaryrefslogtreecommitdiffstats
path: root/sample-apps
diff options
context:
space:
mode:
authorKristian Aune <kraune@yahoo-inc.com>2017-02-13 08:51:37 +0100
committerKristian Aune <kraune@yahoo-inc.com>2017-02-13 08:51:37 +0100
commitf73c4e9ec25f29dbaf2ff369999a6bacf86bc580 (patch)
treef9f8f8b7625179b50e08014807d801402c0893a3 /sample-apps
parent18f83f7b0328222338040a401dfd1b12ec0bb83c (diff)
bump surefire version
Diffstat (limited to 'sample-apps')
-rw-r--r--sample-apps/blog-recommendation/pom.xml2
-rw-r--r--sample-apps/boolean-search/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/sample-apps/blog-recommendation/pom.xml b/sample-apps/blog-recommendation/pom.xml
index cf0f8fac4a9..d4afac565a7 100644
--- a/sample-apps/blog-recommendation/pom.xml
+++ b/sample-apps/blog-recommendation/pom.xml
@@ -55,7 +55,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.13</version>
+ <version>2.19.1</version>
<configuration>
<systemPropertyVariables>
<isMavenSurefirePlugin>true</isMavenSurefirePlugin>
diff --git a/sample-apps/boolean-search/pom.xml b/sample-apps/boolean-search/pom.xml
index 9af4042f798..f3e6bcd14d2 100644
--- a/sample-apps/boolean-search/pom.xml
+++ b/sample-apps/boolean-search/pom.xml
@@ -52,7 +52,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.13</version>
+ <version>2.19.1</version>
<configuration>
<systemPropertyVariables>
<isMavenSurefirePlugin>true</isMavenSurefirePlugin>