summaryrefslogtreecommitdiff
path: root/ambari-shell
diff options
context:
space:
mode:
authorSumit Mohanty <smohanty@hortonworks.com>2015-12-11 20:01:07 -0800
committerSumit Mohanty <smohanty@hortonworks.com>2015-12-11 20:01:07 -0800
commit5295cc25212b54a334d50b9aae16e9eabfe2dca5 (patch)
treec2fd56577006bcebfbe1f9ab1bc99fc3dfd2ed93 /ambari-shell
parent3c566a6458967ef3423b6c6b4cb85136023460c3 (diff)
AMBARI-14346. Upgrade surefire plugin version to 2.19 (Ajit kumar via smohanty)
Diffstat (limited to 'ambari-shell')
-rw-r--r--ambari-shell/ambari-python-shell/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ambari-shell/ambari-python-shell/pom.xml b/ambari-shell/ambari-python-shell/pom.xml
index adcbe06c13..7b4845411a 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>