Repository: ambari Updated Branches: refs/heads/trunk 434fb995c -> 5e27d2a78
AMBARI-12196. Ambari-server component build fails with 'maven-surefire-plugin' failing with more than 500 tests (srimanth) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5e27d2a7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5e27d2a7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5e27d2a7 Branch: refs/heads/trunk Commit: 5e27d2a785496ca055333dad408e97f70e468dd2 Parents: 434fb99 Author: Srimanth Gunturi <[email protected]> Authored: Sun Jun 28 19:39:34 2015 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Sun Jun 28 19:54:07 2015 -0700 ---------------------------------------------------------------------- ambari-project/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/5e27d2a7/ambari-project/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml index 99e950a..0913bff 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> http://git-wip-us.apache.org/repos/asf/ambari/blob/5e27d2a7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 47eac31..ffb4d84 100644 --- a/pom.xml +++ b/pom.xml @@ -141,7 +141,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.12</version> + <version>2.13</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId>
