You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2015/12/12 05:01:19 UTC

ambari git commit: AMBARI-14346. Upgrade surefire plugin version to 2.19 (Ajit kumar via smohanty)

Repository: ambari
Updated Branches:
  refs/heads/trunk 3c566a645 -> 5295cc252


AMBARI-14346. Upgrade surefire plugin version to 2.19 (Ajit kumar via smohanty)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5295cc25
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5295cc25
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5295cc25

Branch: refs/heads/trunk
Commit: 5295cc25212b54a334d50b9aae16e9eabfe2dca5
Parents: 3c566a6
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Fri Dec 11 20:01:07 2015 -0800
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Fri Dec 11 20:01:07 2015 -0800

----------------------------------------------------------------------
 ambari-agent/pom.xml                           | 2 +-
 ambari-client/python-client/pom.xml            | 2 +-
 ambari-metrics/ambari-metrics-assembly/pom.xml | 2 +-
 ambari-shell/ambari-python-shell/pom.xml       | 2 +-
 pom.xml                                        | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/5295cc25/ambari-agent/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml
index 45ebcf3..346ac07 100644
--- a/ambari-agent/pom.xml
+++ b/ambari-agent/pom.xml
@@ -479,7 +479,7 @@
         </executions>
         <configuration>
           <controlDir>${basedir}/src/main/package/deb/control</controlDir>
-          <deb>${basedir}/target/${artifactId}_${package-version}-${package-release}.deb</deb>
+          <deb>${basedir}/target/${project.artifactId}_${package-version}-${package-release}.deb</deb>
           <dataSet>
             <data>
               <src>${project.build.directory}/${project.artifactId}-${project.version}/ambari_agent</src>

http://git-wip-us.apache.org/repos/asf/ambari/blob/5295cc25/ambari-client/python-client/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-client/python-client/pom.xml b/ambari-client/python-client/pom.xml
index 251db9d..b8cfb94 100644
--- a/ambari-client/python-client/pom.xml
+++ b/ambari-client/python-client/pom.xml
@@ -183,7 +183,7 @@
         </executions>
         <configuration>
           <controlDir>${basedir}/src/main/package/deb/control</controlDir>
-          <deb>${basedir}/target/${artifactId}_${package-version}-${package-release}.deb</deb>
+          <deb>${basedir}/target/${project.artifactId}_${package-version}-${package-release}.deb</deb>
           <dataSet>
             <data>
               <src>${project.build.directory}/${project.artifactId}-${project.version}/ambari_client</src>

http://git-wip-us.apache.org/repos/asf/ambari/blob/5295cc25/ambari-metrics/ambari-metrics-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-metrics/ambari-metrics-assembly/pom.xml b/ambari-metrics/ambari-metrics-assembly/pom.xml
index cc29eaa..e963b00 100644
--- a/ambari-metrics/ambari-metrics-assembly/pom.xml
+++ b/ambari-metrics/ambari-metrics-assembly/pom.xml
@@ -553,7 +553,7 @@
             </executions>
             <configuration>
               <controlDir>${project.build.directory}/resources/deb/control</controlDir>
-              <deb>${basedir}/target/${artifactId}_${package-version}-${package-release}.deb</deb>
+              <deb>${basedir}/target/${project.artifactId}_${package-version}-${package-release}.deb</deb>
               <dataSet>
                 <data>
                   <type>file</type>

http://git-wip-us.apache.org/repos/asf/ambari/blob/5295cc25/ambari-shell/ambari-python-shell/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-shell/ambari-python-shell/pom.xml b/ambari-shell/ambari-python-shell/pom.xml
index adcbe06..7b48454 100644
--- a/ambari-shell/ambari-python-shell/pom.xml
+++ b/ambari-shell/ambari-python-shell/pom.xml
@@ -195,7 +195,7 @@
         </executions>
         <configuration>
           <controlDir>${basedir}/src/main/package/deb/control</controlDir>
-          <deb>${basedir}/target/${artifactId}_${package-version}-${package-release}.deb</deb>
+          <deb>${basedir}/target/${project.artifactId}_${package-version}-${package-release}.deb</deb>
           <dataSet>
             <data>
               <src>${project.build.directory}/${project.artifactId}-${project.version}/ambari_shell</src>

http://git-wip-us.apache.org/repos/asf/ambari/blob/5295cc25/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 69d9c2c..af26cf8 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.13</version>
+          <version>2.19</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>