This is an automated email from the ASF dual-hosted git repository.
avijayan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new c6ef58d Revert "AMBARI-23275. Upgrade jdeb and rpm-maven-plugin
(#698)"
c6ef58d is described below
commit c6ef58d46e9b563f8f9e261107e242f018418f70
Author: Aravindan Vijayan <[email protected]>
AuthorDate: Wed Mar 28 10:12:27 2018 -0700
Revert "AMBARI-23275. Upgrade jdeb and rpm-maven-plugin (#698)"
This reverts commit f4445807a805fd4f98ad48c2b1c9f1599e73fa6a.
---
ambari-admin/pom.xml | 1 +
ambari-agent/pom.xml | 2 ++
ambari-infra/ambari-infra-assembly/pom.xml | 4 ++--
ambari-logsearch/ambari-logsearch-assembly/pom.xml | 2 +-
ambari-metrics/ambari-metrics-assembly/pom.xml | 2 ++
ambari-metrics/ambari-metrics-common/pom.xml | 1 +
ambari-metrics/ambari-metrics-flume-sink/pom.xml | 1 +
ambari-metrics/ambari-metrics-hadoop-sink/pom.xml | 1 +
ambari-metrics/ambari-metrics-host-monitoring/pom.xml | 1 +
ambari-metrics/ambari-metrics-kafka-sink/pom.xml | 1 +
ambari-metrics/ambari-metrics-storm-sink-legacy/pom.xml | 1 +
ambari-metrics/ambari-metrics-storm-sink/pom.xml | 1 +
ambari-metrics/ambari-metrics-timelineservice/pom.xml | 2 ++
ambari-metrics/pom.xml | 4 ++--
ambari-server/pom.xml | 5 +++--
ambari-serviceadvisor/pom.xml | 4 ++--
ambari-utility/pom.xml | 1 -
ambari-views/examples/auto-cluster-view/pom.xml | 1 +
ambari-views/examples/calculator-view/pom.xml | 1 +
ambari-views/examples/cluster-view/pom.xml | 1 +
ambari-views/examples/favorite-view/pom.xml | 1 +
ambari-views/examples/hello-servlet-view/pom.xml | 1 +
ambari-views/examples/hello-spring-view/pom.xml | 1 +
ambari-views/examples/helloworld-view/pom.xml | 1 +
ambari-views/examples/phone-list-upgrade-view/pom.xml | 1 +
ambari-views/examples/phone-list-view/pom.xml | 1 +
ambari-views/examples/property-validator-view/pom.xml | 1 +
ambari-views/examples/property-view/pom.xml | 1 +
ambari-views/examples/restricted-view/pom.xml | 1 +
ambari-views/examples/simple-view/pom.xml | 1 +
ambari-views/examples/weather-view/pom.xml | 1 +
ambari-views/pom.xml | 4 ++--
ambari-web/pom.xml | 4 ++--
contrib/ambari-log4j/pom.xml | 2 +-
contrib/ambari-scom/ambari-scom-server/pom.xml | 2 +-
contrib/ambari-scom/metrics-sink/pom.xml | 2 +-
contrib/management-packs/pom.xml | 3 ++-
contrib/views/ambari-views-package/pom.xml | 3 ++-
contrib/views/capacity-scheduler/pom.xml | 1 +
contrib/views/files/pom.xml | 1 +
contrib/views/hive-next/pom.xml | 1 +
contrib/views/hive20/pom.xml | 1 +
contrib/views/jobs/pom.xml | 1 +
contrib/views/pig/pom.xml | 1 +
contrib/views/pom.xml | 3 ++-
contrib/views/storm/pom.xml | 2 +-
contrib/views/tez/pom.xml | 1 +
pom.xml | 8 ++++----
48 files changed, 63 insertions(+), 25 deletions(-)
diff --git a/ambari-admin/pom.xml b/ambari-admin/pom.xml
index 20bb2f8..281280a 100644
--- a/ambari-admin/pom.xml
+++ b/ambari-admin/pom.xml
@@ -170,6 +170,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml
index 2b445f7..3316046 100644
--- a/ambari-agent/pom.xml
+++ b/ambari-agent/pom.xml
@@ -223,6 +223,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
+ <version>2.1.4</version>
<executions>
<execution>
<!-- unbinds rpm creation from maven lifecycle -->
@@ -337,6 +338,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.4</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/ambari-infra/ambari-infra-assembly/pom.xml
b/ambari-infra/ambari-infra-assembly/pom.xml
index 1448fd2..fb03994 100644
--- a/ambari-infra/ambari-infra-assembly/pom.xml
+++ b/ambari-infra/ambari-infra-assembly/pom.xml
@@ -64,7 +64,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
- <version>2.1.5</version>
+ <version>2.1.4</version>
<configuration>
<copyright>2012, Apache Software Foundation</copyright>
<group>Development</group>
@@ -255,7 +255,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
- <version>1.6</version>
+ <version>1.4</version>
<executions>
<execution>
<phase>package</phase>
diff --git a/ambari-logsearch/ambari-logsearch-assembly/pom.xml
b/ambari-logsearch/ambari-logsearch-assembly/pom.xml
index 088b20e..19c3d90 100644
--- a/ambari-logsearch/ambari-logsearch-assembly/pom.xml
+++ b/ambari-logsearch/ambari-logsearch-assembly/pom.xml
@@ -207,7 +207,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
- <version>1.6</version>
+ <version>1.4</version>
<executions>
<execution>
<id>jdeb-portal</id>
diff --git a/ambari-metrics/ambari-metrics-assembly/pom.xml
b/ambari-metrics/ambari-metrics-assembly/pom.xml
index bc49130..43ff285 100644
--- a/ambari-metrics/ambari-metrics-assembly/pom.xml
+++ b/ambari-metrics/ambari-metrics-assembly/pom.xml
@@ -197,6 +197,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
+ <version>2.0.1</version>
<configuration>
<group>Development</group>
<needarch>x86_64</needarch>
@@ -690,6 +691,7 @@
<plugin>
<artifactId>jdeb</artifactId>
<groupId>org.vafer</groupId>
+ <version>1.0.1</version>
<executions>
<execution>
<phase>package</phase>
diff --git a/ambari-metrics/ambari-metrics-common/pom.xml
b/ambari-metrics/ambari-metrics-common/pom.xml
index a764d07..a6b28e3 100644
--- a/ambari-metrics/ambari-metrics-common/pom.xml
+++ b/ambari-metrics/ambari-metrics-common/pom.xml
@@ -35,6 +35,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.0.1</version>
<executions>
<execution>
<!--Stub execution on direct plugin call - workaround for ambari
deb build process-->
diff --git a/ambari-metrics/ambari-metrics-flume-sink/pom.xml
b/ambari-metrics/ambari-metrics-flume-sink/pom.xml
index 31a8fd4..72ebb27 100644
--- a/ambari-metrics/ambari-metrics-flume-sink/pom.xml
+++ b/ambari-metrics/ambari-metrics-flume-sink/pom.xml
@@ -97,6 +97,7 @@ limitations under the License.
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.0.1</version>
<executions>
<execution>
<!--Stub execution on direct plugin call - workaround for ambari
deb build process-->
diff --git a/ambari-metrics/ambari-metrics-hadoop-sink/pom.xml
b/ambari-metrics/ambari-metrics-hadoop-sink/pom.xml
index 8a71b7a..0b291cb 100644
--- a/ambari-metrics/ambari-metrics-hadoop-sink/pom.xml
+++ b/ambari-metrics/ambari-metrics-hadoop-sink/pom.xml
@@ -104,6 +104,7 @@ limitations under the License.
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.0.1</version>
<executions>
<execution>
<!--Stub execution on direct plugin call - workaround for ambari
deb build process-->
diff --git a/ambari-metrics/ambari-metrics-host-monitoring/pom.xml
b/ambari-metrics/ambari-metrics-host-monitoring/pom.xml
index d259468..e8f8556 100644
--- a/ambari-metrics/ambari-metrics-host-monitoring/pom.xml
+++ b/ambari-metrics/ambari-metrics-host-monitoring/pom.xml
@@ -131,6 +131,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.0.1</version>
<executions>
<execution>
<!--Stub execution on direct plugin call - workaround for ambari
deb build process-->
diff --git a/ambari-metrics/ambari-metrics-kafka-sink/pom.xml
b/ambari-metrics/ambari-metrics-kafka-sink/pom.xml
index 40ebbe5..91f8fe7 100644
--- a/ambari-metrics/ambari-metrics-kafka-sink/pom.xml
+++ b/ambari-metrics/ambari-metrics-kafka-sink/pom.xml
@@ -115,6 +115,7 @@ limitations under the License.
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.0.1</version>
<executions>
<execution>
<!--Stub execution on direct plugin call - workaround for ambari
deb build process-->
diff --git a/ambari-metrics/ambari-metrics-storm-sink-legacy/pom.xml
b/ambari-metrics/ambari-metrics-storm-sink-legacy/pom.xml
index b2f8523..4fc4d17 100644
--- a/ambari-metrics/ambari-metrics-storm-sink-legacy/pom.xml
+++ b/ambari-metrics/ambari-metrics-storm-sink-legacy/pom.xml
@@ -134,6 +134,7 @@ limitations under the License.
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.0.1</version>
<executions>
<execution>
<!--Stub execution on direct plugin call - workaround for ambari
deb build process-->
diff --git a/ambari-metrics/ambari-metrics-storm-sink/pom.xml
b/ambari-metrics/ambari-metrics-storm-sink/pom.xml
index fb0eb9b..9e11539 100644
--- a/ambari-metrics/ambari-metrics-storm-sink/pom.xml
+++ b/ambari-metrics/ambari-metrics-storm-sink/pom.xml
@@ -133,6 +133,7 @@ limitations under the License.
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.0.1</version>
<executions>
<execution>
<!--Stub execution on direct plugin call - workaround for ambari
deb build process-->
diff --git a/ambari-metrics/ambari-metrics-timelineservice/pom.xml
b/ambari-metrics/ambari-metrics-timelineservice/pom.xml
index adbe780..fc67cb1 100644
--- a/ambari-metrics/ambari-metrics-timelineservice/pom.xml
+++ b/ambari-metrics/ambari-metrics-timelineservice/pom.xml
@@ -92,6 +92,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
+ <version>2.0.1</version>
<executions>
<execution>
<!-- unbinds rpm creation from maven lifecycle -->
@@ -271,6 +272,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.0.1</version>
<executions>
<execution>
<!--Stub execution on direct plugin call - workaround for ambari
deb build process-->
diff --git a/ambari-metrics/pom.xml b/ambari-metrics/pom.xml
index 754de0e..47255ea 100644
--- a/ambari-metrics/pom.xml
+++ b/ambari-metrics/pom.xml
@@ -228,7 +228,7 @@
<!--Stub execution on direct plugin call - workaround for ambari rpm
build process-->
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
- <version>2.1.5</version>
+ <version>2.0.1</version>
<executions>
<execution>
<id>stub-execution</id>
@@ -251,7 +251,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
- <version>1.6</version>
+ <version>1.0.1</version>
<executions>
<execution>
<!--Stub execution on direct plugin call - workaround for ambari
deb build process-->
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 4dacc4d..d3b6448 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -521,7 +521,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
- <version>2.1.5</version>
+ <version>2.1.4</version>
<executions>
<execution>
<!-- unbinds rpm creation from maven lifecycle -->
@@ -535,7 +535,7 @@
<copyright>2012, Apache Software Foundation</copyright>
<group>Development</group>
<description>Maven Recipe: RPM Package.</description>
- <autoRequires>false</autoRequires>
+ <autoRequires>no</autoRequires>
<prefix>/</prefix>
<requires>
<require>${rpm.dependency.list}</require>
@@ -626,6 +626,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.4</version>
<executions>
<execution>
<!-- unbinds rpm creation from maven lifecycle -->
diff --git a/ambari-serviceadvisor/pom.xml b/ambari-serviceadvisor/pom.xml
index 6ecb996..664328f 100644
--- a/ambari-serviceadvisor/pom.xml
+++ b/ambari-serviceadvisor/pom.xml
@@ -111,7 +111,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
- <version>2.1.5</version>
+ <version>2.0.1</version>
<executions>
<execution>
<!-- unbinds rpm creation from maven lifecycle -->
@@ -132,7 +132,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
- <version>1.6</version>
+ <version>1.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/ambari-utility/pom.xml b/ambari-utility/pom.xml
index 665640f..fed63c6 100644
--- a/ambari-utility/pom.xml
+++ b/ambari-utility/pom.xml
@@ -150,7 +150,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
- <version>2.1.5</version>
<executions>
<execution>
<!-- unbinds rpm creation from maven lifecycle -->
diff --git a/ambari-views/examples/auto-cluster-view/pom.xml
b/ambari-views/examples/auto-cluster-view/pom.xml
index 52cff90..8689365 100644
--- a/ambari-views/examples/auto-cluster-view/pom.xml
+++ b/ambari-views/examples/auto-cluster-view/pom.xml
@@ -61,6 +61,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
+ <version>2.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/ambari-views/examples/calculator-view/pom.xml
b/ambari-views/examples/calculator-view/pom.xml
index 217435c..0f386ea 100644
--- a/ambari-views/examples/calculator-view/pom.xml
+++ b/ambari-views/examples/calculator-view/pom.xml
@@ -72,6 +72,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
+ <version>2.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/ambari-views/examples/cluster-view/pom.xml
b/ambari-views/examples/cluster-view/pom.xml
index d74d0e6..fcd3bc2 100644
--- a/ambari-views/examples/cluster-view/pom.xml
+++ b/ambari-views/examples/cluster-view/pom.xml
@@ -67,6 +67,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
+ <version>2.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/ambari-views/examples/favorite-view/pom.xml
b/ambari-views/examples/favorite-view/pom.xml
index ba2c3e6..c5373a9 100644
--- a/ambari-views/examples/favorite-view/pom.xml
+++ b/ambari-views/examples/favorite-view/pom.xml
@@ -72,6 +72,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
+ <version>2.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/ambari-views/examples/hello-servlet-view/pom.xml
b/ambari-views/examples/hello-servlet-view/pom.xml
index a2e998a..c15069f 100644
--- a/ambari-views/examples/hello-servlet-view/pom.xml
+++ b/ambari-views/examples/hello-servlet-view/pom.xml
@@ -74,6 +74,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
+ <version>2.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/ambari-views/examples/hello-spring-view/pom.xml
b/ambari-views/examples/hello-spring-view/pom.xml
index f9b96f3..4d9493f 100644
--- a/ambari-views/examples/hello-spring-view/pom.xml
+++ b/ambari-views/examples/hello-spring-view/pom.xml
@@ -105,6 +105,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
+ <version>2.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/ambari-views/examples/helloworld-view/pom.xml
b/ambari-views/examples/helloworld-view/pom.xml
index 15b4e95..b26883b 100644
--- a/ambari-views/examples/helloworld-view/pom.xml
+++ b/ambari-views/examples/helloworld-view/pom.xml
@@ -68,6 +68,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
+ <version>2.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/ambari-views/examples/phone-list-upgrade-view/pom.xml
b/ambari-views/examples/phone-list-upgrade-view/pom.xml
index 9944e9a..22b394f 100644
--- a/ambari-views/examples/phone-list-upgrade-view/pom.xml
+++ b/ambari-views/examples/phone-list-upgrade-view/pom.xml
@@ -89,6 +89,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
+ <version>2.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/ambari-views/examples/phone-list-view/pom.xml
b/ambari-views/examples/phone-list-view/pom.xml
index dcda866..1f0dab3 100644
--- a/ambari-views/examples/phone-list-view/pom.xml
+++ b/ambari-views/examples/phone-list-view/pom.xml
@@ -73,6 +73,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
+ <version>2.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/ambari-views/examples/property-validator-view/pom.xml
b/ambari-views/examples/property-validator-view/pom.xml
index a32874c..4810d32 100644
--- a/ambari-views/examples/property-validator-view/pom.xml
+++ b/ambari-views/examples/property-validator-view/pom.xml
@@ -61,6 +61,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
+ <version>2.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/ambari-views/examples/property-view/pom.xml
b/ambari-views/examples/property-view/pom.xml
index 40b6e50..a5aef6f 100644
--- a/ambari-views/examples/property-view/pom.xml
+++ b/ambari-views/examples/property-view/pom.xml
@@ -61,6 +61,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
+ <version>2.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/ambari-views/examples/restricted-view/pom.xml
b/ambari-views/examples/restricted-view/pom.xml
index 9bfebe9..8895731 100644
--- a/ambari-views/examples/restricted-view/pom.xml
+++ b/ambari-views/examples/restricted-view/pom.xml
@@ -72,6 +72,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
+ <version>2.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/ambari-views/examples/simple-view/pom.xml
b/ambari-views/examples/simple-view/pom.xml
index e3a249f..7117aa3 100644
--- a/ambari-views/examples/simple-view/pom.xml
+++ b/ambari-views/examples/simple-view/pom.xml
@@ -61,6 +61,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
+ <version>2.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/ambari-views/examples/weather-view/pom.xml
b/ambari-views/examples/weather-view/pom.xml
index 702afb1..d339fbb 100644
--- a/ambari-views/examples/weather-view/pom.xml
+++ b/ambari-views/examples/weather-view/pom.xml
@@ -98,6 +98,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
+ <version>2.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/ambari-views/pom.xml b/ambari-views/pom.xml
index 42dac18..4121fb5 100644
--- a/ambari-views/pom.xml
+++ b/ambari-views/pom.xml
@@ -89,7 +89,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
- <version>1.6</version>
+ <version>1.0.1</version>
<executions>
<execution>
<phase>none</phase>
@@ -144,7 +144,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
- <version>2.1.5</version>
+ <version>2.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/ambari-web/pom.xml b/ambari-web/pom.xml
index d456316..a483f19 100644
--- a/ambari-web/pom.xml
+++ b/ambari-web/pom.xml
@@ -70,7 +70,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
- <version>2.1.5</version>
+ <version>2.0.1</version>
<executions>
<execution>
<!-- unbinds rpm creation from maven lifecycle -->
@@ -282,7 +282,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
- <version>1.6</version>
+ <version>1.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/contrib/ambari-log4j/pom.xml b/contrib/ambari-log4j/pom.xml
index 0e47142..ef2f5a7 100644
--- a/contrib/ambari-log4j/pom.xml
+++ b/contrib/ambari-log4j/pom.xml
@@ -141,7 +141,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
- <version>2.1.5</version>
+ <version>2.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/contrib/ambari-scom/ambari-scom-server/pom.xml
b/contrib/ambari-scom/ambari-scom-server/pom.xml
index a753496..3ea61a8 100644
--- a/contrib/ambari-scom/ambari-scom-server/pom.xml
+++ b/contrib/ambari-scom/ambari-scom-server/pom.xml
@@ -93,7 +93,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
- <version>2.1.5</version>
+ <version>2.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/contrib/ambari-scom/metrics-sink/pom.xml
b/contrib/ambari-scom/metrics-sink/pom.xml
index 4a50ac8..274f70a 100644
--- a/contrib/ambari-scom/metrics-sink/pom.xml
+++ b/contrib/ambari-scom/metrics-sink/pom.xml
@@ -126,7 +126,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
- <version>2.1.5</version>
+ <version>2.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/contrib/management-packs/pom.xml b/contrib/management-packs/pom.xml
index a7ae452..c3c08b0 100644
--- a/contrib/management-packs/pom.xml
+++ b/contrib/management-packs/pom.xml
@@ -86,7 +86,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
- <version>2.1.5</version>
+ <version>2.0.1</version>
<executions>
<execution>
<!-- unbinds rpm creation from maven lifecycle -->
@@ -106,6 +106,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/contrib/views/ambari-views-package/pom.xml
b/contrib/views/ambari-views-package/pom.xml
index c59f10f..16c9985 100644
--- a/contrib/views/ambari-views-package/pom.xml
+++ b/contrib/views/ambari-views-package/pom.xml
@@ -44,7 +44,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
- <version>2.1.5</version>
+ <version>2.0.1</version>
<executions>
<execution>
<phase>none</phase>
@@ -82,6 +82,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.4</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/contrib/views/capacity-scheduler/pom.xml
b/contrib/views/capacity-scheduler/pom.xml
index fa3b94d..1bc1861 100644
--- a/contrib/views/capacity-scheduler/pom.xml
+++ b/contrib/views/capacity-scheduler/pom.xml
@@ -231,6 +231,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/contrib/views/files/pom.xml b/contrib/views/files/pom.xml
index 2c2af25..f7adbb5 100644
--- a/contrib/views/files/pom.xml
+++ b/contrib/views/files/pom.xml
@@ -271,6 +271,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/contrib/views/hive-next/pom.xml b/contrib/views/hive-next/pom.xml
index 1829141..9a6c65d 100644
--- a/contrib/views/hive-next/pom.xml
+++ b/contrib/views/hive-next/pom.xml
@@ -342,6 +342,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/contrib/views/hive20/pom.xml b/contrib/views/hive20/pom.xml
index fb81b6b..0da3c88 100644
--- a/contrib/views/hive20/pom.xml
+++ b/contrib/views/hive20/pom.xml
@@ -379,6 +379,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/contrib/views/jobs/pom.xml b/contrib/views/jobs/pom.xml
index 1bf1c1a..ea8a527 100644
--- a/contrib/views/jobs/pom.xml
+++ b/contrib/views/jobs/pom.xml
@@ -163,6 +163,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/contrib/views/pig/pom.xml b/contrib/views/pig/pom.xml
index 6b03f28..1430f69 100644
--- a/contrib/views/pig/pom.xml
+++ b/contrib/views/pig/pom.xml
@@ -313,6 +313,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/contrib/views/pom.xml b/contrib/views/pom.xml
index 24c3164..ef8ed27 100644
--- a/contrib/views/pom.xml
+++ b/contrib/views/pom.xml
@@ -107,7 +107,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
- <version>2.1.5</version>
+ <version>2.0.1</version>
<executions>
<execution>
<!-- unbinds rpm creation from maven lifecycle -->
@@ -127,6 +127,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/contrib/views/storm/pom.xml b/contrib/views/storm/pom.xml
index 7012c2f..4a1ff68 100644
--- a/contrib/views/storm/pom.xml
+++ b/contrib/views/storm/pom.xml
@@ -46,7 +46,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
- <version>2.1.5</version>
+ <version>2.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/contrib/views/tez/pom.xml b/contrib/views/tez/pom.xml
index 94bc5fb..fa1a773 100644
--- a/contrib/views/tez/pom.xml
+++ b/contrib/views/tez/pom.xml
@@ -154,6 +154,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
+ <version>1.0.1</version>
<executions>
<execution>
<phase>none</phase>
diff --git a/pom.xml b/pom.xml
index 3cbc6d4..4a231e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,12 +147,12 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
- <version>2.1.5</version>
+ <version>2.0.1</version>
</plugin>
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
- <version>1.6</version>
+ <version>1.0.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -228,7 +228,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
- <version>2.1.5</version>
+ <version>2.0.1</version>
<executions>
<execution>
<!-- unbinds rpm creation from maven lifecycle -->
@@ -404,7 +404,7 @@
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
- <version>1.6</version>
+ <version>1.0.1</version>
<executions>
<execution>
<phase>none</phase>
--
To stop receiving notification emails like this one, please contact
[email protected].