You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2015/06/29 04:53:27 UTC

ambari git commit: AMBARI-12196. Ambari-server component build fails with 'maven-surefire-plugin' failing with more than 500 tests (srimanth)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 e84f8891c -> 8868dbcbf


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/8868dbcb
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8868dbcb
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8868dbcb

Branch: refs/heads/branch-2.1
Commit: 8868dbcbf4e7a8683de1d0a3969c95b692f51928
Parents: e84f889
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Sun Jun 28 19:39:34 2015 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Sun Jun 28 19:39:34 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/8868dbcb/ambari-project/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml
index 3806411..f6eb4e3 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/8868dbcb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c698654..43db93a 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>