summaryrefslogtreecommitdiff
path: root/ambari-project
diff options
context:
space:
mode:
authorSrimanth Gunturi <sgunturi@hortonworks.com>2015-06-28 19:39:34 -0700
committerSrimanth Gunturi <sgunturi@hortonworks.com>2015-06-28 19:54:07 -0700
commit5e27d2a785496ca055333dad408e97f70e468dd2 (patch)
treeee65052852f0d588330574f4d9baf44bc3dde5cf /ambari-project
parent434fb995c74e0f62a527f65f3ba85994d8963e11 (diff)
AMBARI-12196. Ambari-server component build fails with 'maven-surefire-plugin' failing with more than 500 tests (srimanth)
Diffstat (limited to 'ambari-project')
-rw-r--r--ambari-project/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml
index 99e950a027..0913bff5ce 100644
--- a/ambari-project/pom.xml
+++ b/ambari-project/pom.xml
@@ -454,7 +454,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.12</version>
+ <version>2.13</version>
</plugin>
</plugins>
</pluginManagement>