summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayush Luniya <jluniya@hortonworks.com>2016-09-08 11:02:21 -0700
committerJayush Luniya <jluniya@hortonworks.com>2016-09-08 11:02:21 -0700
commitcc724513758a31cb283247711714ded67a445c57 (patch)
tree4641264ce4dfa3dd855690390298ff43082a79dd
parent35d80d6957a6a7408ed4cc3ba706b7095b0e808a (diff)
Update version for Apache Ambari 2.4.1 release (jluniya)
-rw-r--r--ambari-admin/pom.xml4
-rw-r--r--ambari-agent/pom.xml4
-rw-r--r--ambari-client/groovy-client/pom.xml4
-rwxr-xr-xambari-client/pom.xml4
-rw-r--r--ambari-client/python-client/pom.xml4
-rw-r--r--ambari-funtest/pom.xml4
-rw-r--r--ambari-logsearch/ambari-logsearch-appender/pom.xml4
-rw-r--r--ambari-logsearch/ambari-logsearch-assembly/pom.xml2
-rw-r--r--ambari-logsearch/ambari-logsearch-logfeeder/pom.xml4
-rwxr-xr-xambari-logsearch/ambari-logsearch-portal/pom.xml4
-rw-r--r--ambari-logsearch/ambari-logsearch-solr-client/pom.xml2
-rw-r--r--ambari-logsearch/pom.xml4
-rw-r--r--ambari-metrics/ambari-metrics-assembly/pom.xml4
-rw-r--r--ambari-metrics/ambari-metrics-common/pom.xml2
-rw-r--r--ambari-metrics/ambari-metrics-flume-sink/pom.xml4
-rw-r--r--ambari-metrics/ambari-metrics-grafana/pom.xml2
-rw-r--r--ambari-metrics/ambari-metrics-hadoop-sink/pom.xml4
-rw-r--r--ambari-metrics/ambari-metrics-host-monitoring/pom.xml4
-rw-r--r--ambari-metrics/ambari-metrics-kafka-sink/pom.xml4
-rw-r--r--ambari-metrics/ambari-metrics-storm-sink-legacy/pom.xml4
-rw-r--r--ambari-metrics/ambari-metrics-storm-sink/pom.xml4
-rw-r--r--ambari-metrics/ambari-metrics-timelineservice/pom.xml6
-rw-r--r--ambari-metrics/pom.xml2
-rw-r--r--ambari-project/pom.xml4
-rw-r--r--ambari-server/pom.xml4
-rw-r--r--ambari-shell/ambari-groovy-shell/pom.xml6
-rw-r--r--ambari-shell/ambari-python-shell/pom.xml4
-rw-r--r--ambari-shell/pom.xml4
-rw-r--r--ambari-views/examples/calculator-view/pom.xml4
-rw-r--r--ambari-views/examples/cluster-view/pom.xml6
-rw-r--r--ambari-views/examples/favorite-view/pom.xml4
-rw-r--r--ambari-views/examples/hello-servlet-view/pom.xml6
-rw-r--r--ambari-views/examples/hello-spring-view/pom.xml6
-rw-r--r--ambari-views/examples/helloworld-view/pom.xml6
-rw-r--r--ambari-views/examples/phone-list-upgrade-view/pom.xml6
-rw-r--r--ambari-views/examples/phone-list-view/pom.xml4
-rw-r--r--ambari-views/examples/pom.xml4
-rw-r--r--ambari-views/examples/property-validator-view/pom.xml6
-rw-r--r--ambari-views/examples/property-view/pom.xml6
-rw-r--r--ambari-views/examples/restricted-view/pom.xml4
-rw-r--r--ambari-views/examples/simple-view/pom.xml6
-rw-r--r--ambari-views/examples/weather-view/pom.xml4
-rw-r--r--ambari-views/pom.xml4
-rw-r--r--ambari-web/pom.xml4
-rw-r--r--contrib/ambari-log4j/pom.xml2
-rw-r--r--contrib/ambari-scom/ambari-scom-server/pom.xml4
-rw-r--r--contrib/ambari-scom/metrics-sink/pom.xml2
-rw-r--r--contrib/ambari-scom/pom.xml2
-rw-r--r--contrib/management-packs/microsoft-r_mpack/pom.xml2
-rw-r--r--contrib/management-packs/pom.xml2
-rw-r--r--contrib/views/capacity-scheduler/pom.xml4
-rw-r--r--contrib/views/commons/pom.xml6
-rw-r--r--contrib/views/files/pom.xml6
-rw-r--r--contrib/views/hawq/pom.xml4
-rw-r--r--contrib/views/hive-next/pom.xml8
-rw-r--r--contrib/views/hive/pom.xml8
-rw-r--r--contrib/views/hueambarimigration/pom.xml4
-rw-r--r--contrib/views/jobs/pom.xml4
-rw-r--r--contrib/views/pig/pom.xml8
-rw-r--r--contrib/views/pom.xml8
-rw-r--r--contrib/views/slider/pom.xml6
-rw-r--r--contrib/views/storm/pom.xml2
-rw-r--r--contrib/views/tez/pom.xml4
-rw-r--r--contrib/views/utils/pom.xml4
-rw-r--r--contrib/views/wfmanager/pom.xml6
-rw-r--r--contrib/views/zeppelin/pom.xml8
-rw-r--r--docs/pom.xml4
-rw-r--r--pom.xml2
68 files changed, 148 insertions, 148 deletions
diff --git a/ambari-admin/pom.xml b/ambari-admin/pom.xml
index c84a470fe6..2c2ed52106 100644
--- a/ambari-admin/pom.xml
+++ b/ambari-admin/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-project</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<relativePath>../ambari-project</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
<artifactId>ambari-admin</artifactId>
<packaging>jar</packaging>
<name>Ambari Admin View</name>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<description>Admin control panel</description>
<build>
<plugins>
diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml
index c46a7d587d..60d6685153 100644
--- a/ambari-agent/pom.xml
+++ b/ambari-agent/pom.xml
@@ -19,14 +19,14 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-project</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<relativePath>../ambari-project</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-agent</artifactId>
<packaging>pom</packaging>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<name>Ambari Agent</name>
<description>Ambari Agent</description>
<properties>
diff --git a/ambari-client/groovy-client/pom.xml b/ambari-client/groovy-client/pom.xml
index 7b88519180..82214d5cd2 100644
--- a/ambari-client/groovy-client/pom.xml
+++ b/ambari-client/groovy-client/pom.xml
@@ -12,14 +12,14 @@
<parent>
<artifactId>ambari-client</artifactId>
<groupId>org.apache.ambari</groupId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<relativePath>../../ambari-client/</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ambari</groupId>
<artifactId>groovy-client</artifactId>
<packaging>jar</packaging>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<name>Ambari Groovy Client</name>
<description>Ambari Groovy client</description>
<properties>
diff --git a/ambari-client/pom.xml b/ambari-client/pom.xml
index 95ed646826..cc296cbfe5 100755
--- a/ambari-client/pom.xml
+++ b/ambari-client/pom.xml
@@ -20,14 +20,14 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-project</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<relativePath>../ambari-project</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-client</artifactId>
<packaging>pom</packaging>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<name>Ambari Client</name>
<description>Ambari client</description>
<modules>
diff --git a/ambari-client/python-client/pom.xml b/ambari-client/python-client/pom.xml
index 933304b167..19cbd28a92 100644
--- a/ambari-client/python-client/pom.xml
+++ b/ambari-client/python-client/pom.xml
@@ -19,14 +19,14 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-client</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<relativePath>../../ambari-client</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ambari</groupId>
<artifactId>python-client</artifactId>
<packaging>pom</packaging>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<name>Ambari Python Client</name>
<description>Ambari Python client</description>
<properties>
diff --git a/ambari-funtest/pom.xml b/ambari-funtest/pom.xml
index 257af3bf53..ba96e185e8 100644
--- a/ambari-funtest/pom.xml
+++ b/ambari-funtest/pom.xml
@@ -13,12 +13,12 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-project</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<relativePath>../ambari-project</relativePath>
</parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-funtest</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<packaging>${packagingFormat}</packaging>
<name>Ambari Functional Tests</name>
<description>Ambari Functional Tests</description>
diff --git a/ambari-logsearch/ambari-logsearch-appender/pom.xml b/ambari-logsearch/ambari-logsearch-appender/pom.xml
index 6bbd51a907..7ced5c0175 100644
--- a/ambari-logsearch/ambari-logsearch-appender/pom.xml
+++ b/ambari-logsearch/ambari-logsearch-appender/pom.xml
@@ -21,11 +21,11 @@
<parent>
<artifactId>ambari-logsearch</artifactId>
<groupId>org.apache.ambari</groupId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-logsearch-appender</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<packaging>jar</packaging>
<name>Ambari Logsearch Appender</name>
diff --git a/ambari-logsearch/ambari-logsearch-assembly/pom.xml b/ambari-logsearch/ambari-logsearch-assembly/pom.xml
index 40fe079364..0e7dd4cbee 100644
--- a/ambari-logsearch/ambari-logsearch-assembly/pom.xml
+++ b/ambari-logsearch/ambari-logsearch-assembly/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>ambari-logsearch</artifactId>
<groupId>org.apache.ambari</groupId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<name>Ambari Logsearch Assembly</name>
<url>http://maven.apache.org</url>
diff --git a/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml b/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml
index c1f3ec9b31..d042faf7a0 100644
--- a/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml
+++ b/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml
@@ -21,13 +21,13 @@
<parent>
<artifactId>ambari-logsearch</artifactId>
<groupId>org.apache.ambari</groupId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ambari-logsearch-logfeeder</artifactId>
<groupId>org.apache.ambari</groupId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<packaging>jar</packaging>
<name>Ambari Logsearch Log Feeder</name>
<url>http://maven.apache.org</url>
diff --git a/ambari-logsearch/ambari-logsearch-portal/pom.xml b/ambari-logsearch/ambari-logsearch-portal/pom.xml
index 2b2ca50114..87669aca10 100755
--- a/ambari-logsearch/ambari-logsearch-portal/pom.xml
+++ b/ambari-logsearch/ambari-logsearch-portal/pom.xml
@@ -20,13 +20,13 @@
<parent>
<artifactId>ambari-logsearch</artifactId>
<groupId>org.apache.ambari</groupId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-logsearch-portal</artifactId>
<packaging>jar</packaging>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<url>http://maven.apache.org</url>
<name>Ambari Logsearch Portal</name>
<properties>
diff --git a/ambari-logsearch/ambari-logsearch-solr-client/pom.xml b/ambari-logsearch/ambari-logsearch-solr-client/pom.xml
index 5b662c1892..6e3158abc4 100644
--- a/ambari-logsearch/ambari-logsearch-solr-client/pom.xml
+++ b/ambari-logsearch/ambari-logsearch-solr-client/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>ambari-logsearch</artifactId>
<groupId>org.apache.ambari</groupId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://maven.apache.org</url>
diff --git a/ambari-logsearch/pom.xml b/ambari-logsearch/pom.xml
index a8a700bad5..af284a8474 100644
--- a/ambari-logsearch/pom.xml
+++ b/ambari-logsearch/pom.xml
@@ -18,13 +18,13 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-project</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<relativePath>../ambari-project</relativePath>
</parent>
<groupId>org.apache.ambari</groupId>
<modelVersion>4.0.0</modelVersion>
<artifactId>ambari-logsearch</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<packaging>pom</packaging>
<url>http://maven.apache.org</url>
diff --git a/ambari-metrics/ambari-metrics-assembly/pom.xml b/ambari-metrics/ambari-metrics-assembly/pom.xml
index 739019110b..4d643963f4 100644
--- a/ambari-metrics/ambari-metrics-assembly/pom.xml
+++ b/ambari-metrics/ambari-metrics-assembly/pom.xml
@@ -23,13 +23,13 @@
<parent>
<artifactId>ambari-metrics</artifactId>
<groupId>org.apache.ambari</groupId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ambari-metrics-assembly</artifactId>
<name>Ambari Metrics Assembly</name>
<packaging>pom</packaging>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<description>Ambari Metrics Assembly</description>
<properties>
diff --git a/ambari-metrics/ambari-metrics-common/pom.xml b/ambari-metrics/ambari-metrics-common/pom.xml
index a93100149b..8159c650f8 100644
--- a/ambari-metrics/ambari-metrics-common/pom.xml
+++ b/ambari-metrics/ambari-metrics-common/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>ambari-metrics</artifactId>
<groupId>org.apache.ambari</groupId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ambari-metrics-common</artifactId>
diff --git a/ambari-metrics/ambari-metrics-flume-sink/pom.xml b/ambari-metrics/ambari-metrics-flume-sink/pom.xml
index dd27664243..e785104695 100644
--- a/ambari-metrics/ambari-metrics-flume-sink/pom.xml
+++ b/ambari-metrics/ambari-metrics-flume-sink/pom.xml
@@ -22,11 +22,11 @@ limitations under the License.
<parent>
<artifactId>ambari-metrics</artifactId>
<groupId>org.apache.ambari</groupId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ambari-metrics-flume-sink</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<name>Ambari Metrics Flume Sink</name>
<packaging>jar</packaging>
<build>
diff --git a/ambari-metrics/ambari-metrics-grafana/pom.xml b/ambari-metrics/ambari-metrics-grafana/pom.xml
index 78dd5d2c69..ddbdc99dbe 100644
--- a/ambari-metrics/ambari-metrics-grafana/pom.xml
+++ b/ambari-metrics/ambari-metrics-grafana/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>ambari-metrics</artifactId>
<groupId>org.apache.ambari</groupId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ambari-metrics/ambari-metrics-hadoop-sink/pom.xml b/ambari-metrics/ambari-metrics-hadoop-sink/pom.xml
index 6bf0db29be..bc96ce0919 100644
--- a/ambari-metrics/ambari-metrics-hadoop-sink/pom.xml
+++ b/ambari-metrics/ambari-metrics-hadoop-sink/pom.xml
@@ -22,11 +22,11 @@ limitations under the License.
<parent>
<artifactId>ambari-metrics</artifactId>
<groupId>org.apache.ambari</groupId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ambari-metrics-hadoop-sink</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<name>Ambari Metrics Hadoop Sink</name>
<packaging>jar</packaging>
<properties>
diff --git a/ambari-metrics/ambari-metrics-host-monitoring/pom.xml b/ambari-metrics/ambari-metrics-host-monitoring/pom.xml
index f2c970f7ff..82e891ad2e 100644
--- a/ambari-metrics/ambari-metrics-host-monitoring/pom.xml
+++ b/ambari-metrics/ambari-metrics-host-monitoring/pom.xml
@@ -22,11 +22,11 @@
<parent>
<artifactId>ambari-metrics</artifactId>
<groupId>org.apache.ambari</groupId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<artifactId>ambari-metrics-host-monitoring</artifactId>
<name>Ambari Metrics Monitor</name>
<properties>
diff --git a/ambari-metrics/ambari-metrics-kafka-sink/pom.xml b/ambari-metrics/ambari-metrics-kafka-sink/pom.xml
index b4d8b4400f..4c2e7ee52a 100644
--- a/ambari-metrics/ambari-metrics-kafka-sink/pom.xml
+++ b/ambari-metrics/ambari-metrics-kafka-sink/pom.xml
@@ -22,11 +22,11 @@ limitations under the License.
<parent>
<artifactId>ambari-metrics</artifactId>
<groupId>org.apache.ambari</groupId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ambari-metrics-kafka-sink</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<name>Ambari Metrics Kafka Sink</name>
<packaging>jar</packaging>
<build>
diff --git a/ambari-metrics/ambari-metrics-storm-sink-legacy/pom.xml b/ambari-metrics/ambari-metrics-storm-sink-legacy/pom.xml
index 4e2986e121..79f073c671 100644
--- a/ambari-metrics/ambari-metrics-storm-sink-legacy/pom.xml
+++ b/ambari-metrics/ambari-metrics-storm-sink-legacy/pom.xml
@@ -22,11 +22,11 @@ limitations under the License.
<parent>
<artifactId>ambari-metrics</artifactId>
<groupId>org.apache.ambari</groupId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ambari-metrics-storm-sink-legacy</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<name>Ambari Metrics Storm Sink (Legacy)</name>
<packaging>jar</packaging>
diff --git a/ambari-metrics/ambari-metrics-storm-sink/pom.xml b/ambari-metrics/ambari-metrics-storm-sink/pom.xml
index 267184a47b..a2adabec67 100644
--- a/ambari-metrics/ambari-metrics-storm-sink/pom.xml
+++ b/ambari-metrics/ambari-metrics-storm-sink/pom.xml
@@ -22,11 +22,11 @@ limitations under the License.
<parent>
<artifactId>ambari-metrics</artifactId>
<groupId>org.apache.ambari</groupId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ambari-metrics-storm-sink</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<name>Ambari Metrics Storm Sink</name>
<packaging>jar</packaging>
diff --git a/ambari-metrics/ambari-metrics-timelineservice/pom.xml b/ambari-metrics/ambari-metrics-timelineservice/pom.xml
index 4444cceef3..2376185622 100644
--- a/ambari-metrics/ambari-metrics-timelineservice/pom.xml
+++ b/ambari-metrics/ambari-metrics-timelineservice/pom.xml
@@ -22,11 +22,11 @@
<parent>
<artifactId>ambari-metrics</artifactId>
<groupId>org.apache.ambari</groupId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ambari-metrics-timelineservice</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<name>Ambari Metrics Collector</name>
<packaging>jar</packaging>
@@ -278,7 +278,7 @@
<dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-metrics-common</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
diff --git a/ambari-metrics/pom.xml b/ambari-metrics/pom.xml
index 0c360f94e0..1731b3c7d0 100644
--- a/ambari-metrics/pom.xml
+++ b/ambari-metrics/pom.xml
@@ -18,7 +18,7 @@
<groupId>org.apache.ambari</groupId>
<modelVersion>4.0.0</modelVersion>
<artifactId>ambari-metrics</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<packaging>pom</packaging>
<modules>
<module>ambari-metrics-common</module>
diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml
index 64e0ff500f..55280bb1ce 100644
--- a/ambari-project/pom.xml
+++ b/ambari-project/pom.xml
@@ -18,11 +18,11 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-project</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<description>Apache Ambari Project POM</description>
<name>Apache Ambari Project POM</name>
<packaging>pom</packaging>
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index e999d03ee3..6e661b4bfd 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -12,7 +12,7 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-project</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<relativePath>../ambari-project</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -20,7 +20,7 @@
<artifactId>ambari-server</artifactId>
<packaging>${packagingFormat}</packaging>
<name>Ambari Server</name>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<description>Ambari Server</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/ambari-shell/ambari-groovy-shell/pom.xml b/ambari-shell/ambari-groovy-shell/pom.xml
index 276ff42b0a..ab7f50e4c5 100644
--- a/ambari-shell/ambari-groovy-shell/pom.xml
+++ b/ambari-shell/ambari-groovy-shell/pom.xml
@@ -12,7 +12,7 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-shell</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<relativePath>../../ambari-shell</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -20,7 +20,7 @@
<artifactId>ambari-groovy-shell</artifactId>
<packaging>jar</packaging>
<name>Ambari Groovy Shell</name>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<description>Ambari Groovy Shell</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>groovy-client</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
diff --git a/ambari-shell/ambari-python-shell/pom.xml b/ambari-shell/ambari-python-shell/pom.xml
index 192bc4dec0..afc1b4e3e6 100644
--- a/ambari-shell/ambari-python-shell/pom.xml
+++ b/ambari-shell/ambari-python-shell/pom.xml
@@ -19,14 +19,14 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-shell</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<relativePath>../../ambari-shell</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-python-shell</artifactId>
<packaging>pom</packaging>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<name>Ambari Python Shell</name>
<description>Ambari Python Shell</description>
<properties>
diff --git a/ambari-shell/pom.xml b/ambari-shell/pom.xml
index 387033c57d..080baca90b 100644
--- a/ambari-shell/pom.xml
+++ b/ambari-shell/pom.xml
@@ -21,14 +21,14 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-project</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<relativePath>../ambari-project</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-shell</artifactId>
<packaging>pom</packaging>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<name>Ambari Shell</name>
<description>Ambari Shell</description>
<modules>
diff --git a/ambari-views/examples/calculator-view/pom.xml b/ambari-views/examples/calculator-view/pom.xml
index 836e436249..7328991a32 100644
--- a/ambari-views/examples/calculator-view/pom.xml
+++ b/ambari-views/examples/calculator-view/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-view-examples</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>calculator-view</artifactId>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
diff --git a/ambari-views/examples/cluster-view/pom.xml b/ambari-views/examples/cluster-view/pom.xml
index 1886542419..643dae9716 100644
--- a/ambari-views/examples/cluster-view/pom.xml
+++ b/ambari-views/examples/cluster-view/pom.xml
@@ -19,11 +19,11 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-view-examples</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cluster-view</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<packaging>jar</packaging>
<name>Ambari Cluster View</name>
<url>http://maven.apache.org</url>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
diff --git a/ambari-views/examples/favorite-view/pom.xml b/ambari-views/examples/favorite-view/pom.xml
index a99877bc72..95ad833950 100644
--- a/ambari-views/examples/favorite-view/pom.xml
+++ b/ambari-views/examples/favorite-view/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-view-examples</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>favorite-view</artifactId>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
diff --git a/ambari-views/examples/hello-servlet-view/pom.xml b/ambari-views/examples/hello-servlet-view/pom.xml
index 16122f0cf9..d977a3f897 100644
--- a/ambari-views/examples/hello-servlet-view/pom.xml
+++ b/ambari-views/examples/hello-servlet-view/pom.xml
@@ -19,13 +19,13 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-view-examples</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hello-servlet-view</artifactId>
<packaging>jar</packaging>
<name>Ambari Hello Servlet View</name>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<url>http://maven.apache.org</url>
<properties>
<ambari.dir>${project.parent.parent.parent.basedir}</ambari.dir>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
diff --git a/ambari-views/examples/hello-spring-view/pom.xml b/ambari-views/examples/hello-spring-view/pom.xml
index 10cb76c66d..871eab1080 100644
--- a/ambari-views/examples/hello-spring-view/pom.xml
+++ b/ambari-views/examples/hello-spring-view/pom.xml
@@ -19,13 +19,13 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-view-examples</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hello-spring-view</artifactId>
<packaging>war</packaging>
<name>Ambari Hello Spring View</name>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<url>http://maven.apache.org</url>
<properties>
<ambari.dir>${project.parent.parent.parent.basedir}</ambari.dir>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
diff --git a/ambari-views/examples/helloworld-view/pom.xml b/ambari-views/examples/helloworld-view/pom.xml
index 13301470c7..155de4632a 100644
--- a/ambari-views/examples/helloworld-view/pom.xml
+++ b/ambari-views/examples/helloworld-view/pom.xml
@@ -19,13 +19,13 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-view-examples</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>helloworld-view</artifactId>
<packaging>jar</packaging>
<name>Ambari Hello World View</name>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<url>http://maven.apache.org</url>
<properties>
<ambari.dir>${project.parent.parent.parent.basedir}</ambari.dir>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
diff --git a/ambari-views/examples/phone-list-upgrade-view/pom.xml b/ambari-views/examples/phone-list-upgrade-view/pom.xml
index 2ef31dc4ce..9e50b056e0 100644
--- a/ambari-views/examples/phone-list-upgrade-view/pom.xml
+++ b/ambari-views/examples/phone-list-upgrade-view/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-view-examples</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<version>2.1.0.0-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
@@ -67,7 +67,7 @@
<dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
diff --git a/ambari-views/examples/phone-list-view/pom.xml b/ambari-views/examples/phone-list-view/pom.xml
index 92165d1ddb..1c3172af99 100644
--- a/ambari-views/examples/phone-list-view/pom.xml
+++ b/ambari-views/examples/phone-list-view/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-view-examples</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>phone-list-view</artifactId>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
diff --git a/ambari-views/examples/pom.xml b/ambari-views/examples/pom.xml
index efacde9018..eb9c14e320 100644
--- a/ambari-views/examples/pom.xml
+++ b/ambari-views/examples/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-project</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<relativePath>../../ambari-project</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
<artifactId>ambari-view-examples</artifactId>
<packaging>pom</packaging>
<name>Ambari View Examples</name>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<modules>
<module>helloworld-view</module>
<module>hello-servlet-view</module>
diff --git a/ambari-views/examples/property-validator-view/pom.xml b/ambari-views/examples/property-validator-view/pom.xml
index b239ba8cc0..65e743b0e7 100644
--- a/ambari-views/examples/property-validator-view/pom.xml
+++ b/ambari-views/examples/property-validator-view/pom.xml
@@ -19,11 +19,11 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-view-examples</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>property-validator-view</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<packaging>jar</packaging>
<name>Ambari Property Validator View</name>
<url>http://maven.apache.org</url>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
diff --git a/ambari-views/examples/property-view/pom.xml b/ambari-views/examples/property-view/pom.xml
index d206568668..0e76319e9a 100644
--- a/ambari-views/examples/property-view/pom.xml
+++ b/ambari-views/examples/property-view/pom.xml
@@ -19,11 +19,11 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-view-examples</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>property-view</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<packaging>jar</packaging>
<name>Ambari Property View</name>
<url>http://maven.apache.org</url>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
diff --git a/ambari-views/examples/restricted-view/pom.xml b/ambari-views/examples/restricted-view/pom.xml
index 0402304725..aed5d114fa 100644
--- a/ambari-views/examples/restricted-view/pom.xml
+++ b/ambari-views/examples/restricted-view/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-view-examples</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>restricted-view</artifactId>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
diff --git a/ambari-views/examples/simple-view/pom.xml b/ambari-views/examples/simple-view/pom.xml
index 998ba52dfd..0a42243b45 100644
--- a/ambari-views/examples/simple-view/pom.xml
+++ b/ambari-views/examples/simple-view/pom.xml
@@ -19,11 +19,11 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-view-examples</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>simple-view</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<packaging>jar</packaging>
<name>Ambari Simple View</name>
<url>http://maven.apache.org</url>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
diff --git a/ambari-views/examples/weather-view/pom.xml b/ambari-views/examples/weather-view/pom.xml
index c397ff2a8c..1ceedd1ae1 100644
--- a/ambari-views/examples/weather-view/pom.xml
+++ b/ambari-views/examples/weather-view/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-view-examples</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>weather-view</artifactId>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
diff --git a/ambari-views/pom.xml b/ambari-views/pom.xml
index ef730733fe..f9aa8d2813 100644
--- a/ambari-views/pom.xml
+++ b/ambari-views/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-project</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<relativePath>../ambari-project</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -28,7 +28,7 @@
<artifactId>ambari-views</artifactId>
<packaging>jar</packaging>
<name>Ambari Views</name>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<description>Ambari View interfaces.</description>
<dependencies>
<dependency>
diff --git a/ambari-web/pom.xml b/ambari-web/pom.xml
index e715f94484..22d5f51355 100644
--- a/ambari-web/pom.xml
+++ b/ambari-web/pom.xml
@@ -20,14 +20,14 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-project</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<relativePath>../ambari-project</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ambari-web</artifactId>
<packaging>pom</packaging>
<name>Ambari Web</name>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<description>Ambari Web</description>
<properties>
<ambari.dir>${project.parent.parent.basedir}</ambari.dir>
diff --git a/contrib/ambari-log4j/pom.xml b/contrib/ambari-log4j/pom.xml
index ac75f8c208..8ec49dfb85 100644
--- a/contrib/ambari-log4j/pom.xml
+++ b/contrib/ambari-log4j/pom.xml
@@ -20,7 +20,7 @@
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-log4j</artifactId>
<packaging>jar</packaging>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<name>ambari-log4j</name>
<url>http://maven.apache.org</url>
<repositories>
diff --git a/contrib/ambari-scom/ambari-scom-server/pom.xml b/contrib/ambari-scom/ambari-scom-server/pom.xml
index efdb8ea311..ceaa6aeb52 100644
--- a/contrib/ambari-scom/ambari-scom-server/pom.xml
+++ b/contrib/ambari-scom/ambari-scom-server/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-scom-project</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ambari-scom-server</artifactId>
@@ -27,7 +27,7 @@
<name>Ambari SCOM Server</name>
<url>http://maven.apache.org</url>
<properties>
- <ambari.version>2.4.0.0.0</ambari.version>
+ <ambari.version>2.4.1.0.0</ambari.version>
<powermock.version>1.5.4</powermock.version>
</properties>
<dependencies>
diff --git a/contrib/ambari-scom/metrics-sink/pom.xml b/contrib/ambari-scom/metrics-sink/pom.xml
index 9fa01674e1..c83d1c0727 100644
--- a/contrib/ambari-scom/metrics-sink/pom.xml
+++ b/contrib/ambari-scom/metrics-sink/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-scom-project</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>metrics-sink</artifactId>
diff --git a/contrib/ambari-scom/pom.xml b/contrib/ambari-scom/pom.xml
index b5e3cc7e00..661fb93fbe 100644
--- a/contrib/ambari-scom/pom.xml
+++ b/contrib/ambari-scom/pom.xml
@@ -20,7 +20,7 @@
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-scom-project</artifactId>
<packaging>pom</packaging>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<name>Ambari SCOM Project</name>
<modules>
<module>ambari-scom-server</module>
diff --git a/contrib/management-packs/microsoft-r_mpack/pom.xml b/contrib/management-packs/microsoft-r_mpack/pom.xml
index d143d72d28..ce48204a27 100644
--- a/contrib/management-packs/microsoft-r_mpack/pom.xml
+++ b/contrib/management-packs/microsoft-r_mpack/pom.xml
@@ -34,7 +34,7 @@
<properties>
<ambari.dir>${project.parent.parent.parent.basedir}</ambari.dir>
- <ambari.version>1.3.0.0-SNAPSHOT</ambari.version>
+ <ambari.version>2.4.1.0.0</ambari.version>
</properties>
<build>
diff --git a/contrib/management-packs/pom.xml b/contrib/management-packs/pom.xml
index c8acf6bd5f..91756eeefb 100644
--- a/contrib/management-packs/pom.xml
+++ b/contrib/management-packs/pom.xml
@@ -29,7 +29,7 @@
<version>2.0.0.0-SNAPSHOT</version>
<name>Ambari Contrib Management Packs</name>
<properties>
- <ambari.version>2.0.0.0-SNAPSHOT</ambari.version>
+ <ambari.version>2.4.1.0.0</ambari.version>
<ambari.dir>${project.parent.parent.basedir}</ambari.dir>
<hadoop.version>2.7.1</hadoop.version>
</properties>
diff --git a/contrib/views/capacity-scheduler/pom.xml b/contrib/views/capacity-scheduler/pom.xml
index 5559600818..9d51a611ce 100644
--- a/contrib/views/capacity-scheduler/pom.xml
+++ b/contrib/views/capacity-scheduler/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-contrib-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<dependencies>
@@ -81,7 +81,7 @@
<dependency>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-views-utils</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
diff --git a/contrib/views/commons/pom.xml b/contrib/views/commons/pom.xml
index 608f51e344..849340df29 100644
--- a/contrib/views/commons/pom.xml
+++ b/contrib/views/commons/pom.xml
@@ -22,20 +22,20 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>ambari-views-commons</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<name>Ambari View Commons</name>
<parent>
<artifactId>ambari-contrib-views</artifactId>
<groupId>org.apache.ambari.contrib.views</groupId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<dependencies>
<dependency>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-views-utils</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
diff --git a/contrib/views/files/pom.xml b/contrib/views/files/pom.xml
index 67851a5f5a..0744912641 100644
--- a/contrib/views/files/pom.xml
+++ b/contrib/views/files/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-contrib-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<dependencies>
@@ -94,12 +94,12 @@
<dependency>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-views-utils</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-views-commons</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
diff --git a/contrib/views/hawq/pom.xml b/contrib/views/hawq/pom.xml
index 9a563f6a10..b9ce2f859f 100644
--- a/contrib/views/hawq/pom.xml
+++ b/contrib/views/hawq/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-contrib-views</artifactId>
- <version>2.0.0.0-SNAPSHOT</version>
+ <version>2.4.1.0.0</version>
</parent>
<dependencies>
<dependency>
@@ -44,7 +44,7 @@
<ambari.dir>${project.parent.parent.parent.basedir}</ambari.dir>
<ui.dir>${basedir}/src/main/resources/ui</ui.dir>
<hawq-version>1.0.0</hawq-version>
- <ambari.version>2.0.0.0-SNAPSHOT</ambari.version>
+ <ambari.version>2.4.1.0.0</ambari.version>
<envClassifier>linux</envClassifier>
<dirsep>/</dirsep>
<executable.node>node</executable.node>
diff --git a/contrib/views/hive-next/pom.xml b/contrib/views/hive-next/pom.xml
index 81ba1ddacd..88b688f1dc 100644
--- a/contrib/views/hive-next/pom.xml
+++ b/contrib/views/hive-next/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-contrib-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<dependencies>
@@ -201,7 +201,7 @@
<dependency>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-views-utils</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>commons-validator</groupId>
@@ -236,14 +236,14 @@
<dependency>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-views-commons</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
</dependencies>
<properties>
<ambari.dir>${project.parent.parent.parent.basedir}</ambari.dir>
<hive-version>2.1.0</hive-version>
- <ambari.version>1.3.0.0-SNAPSHOT</ambari.version>
+ <ambari.version>2.4.1.0.0</ambari.version>
</properties>
<build>
<plugins>
diff --git a/contrib/views/hive/pom.xml b/contrib/views/hive/pom.xml
index a429d482e8..819a82716d 100644
--- a/contrib/views/hive/pom.xml
+++ b/contrib/views/hive/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-contrib-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<dependencies>
@@ -199,7 +199,7 @@
<dependency>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-views-utils</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>commons-validator</groupId>
@@ -229,14 +229,14 @@
<dependency>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-views-commons</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
</dependencies>
<properties>
<ambari.dir>${project.parent.parent.parent.basedir}</ambari.dir>
<hive-version>1.0.0</hive-version>
- <ambari.version>2.4.0.0.0</ambari.version>
+ <ambari.version>2.4.1.0.0</ambari.version>
</properties>
<build>
<plugins>
diff --git a/contrib/views/hueambarimigration/pom.xml b/contrib/views/hueambarimigration/pom.xml
index 4a0ab93dc8..8ee570568f 100644
--- a/contrib/views/hueambarimigration/pom.xml
+++ b/contrib/views/hueambarimigration/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-contrib-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<properties>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-views</artifactId>
- <version>[1.7.0.0,)</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
diff --git a/contrib/views/jobs/pom.xml b/contrib/views/jobs/pom.xml
index 6322375d27..74b1fc4882 100644
--- a/contrib/views/jobs/pom.xml
+++ b/contrib/views/jobs/pom.xml
@@ -19,14 +19,14 @@
<parent>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-contrib-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>jobs</artifactId>
<packaging>jar</packaging>
<name>Jobs</name>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<description>Jobs View</description>
<properties>
<ambari.dir>${project.parent.parent.parent.basedir}</ambari.dir>
diff --git a/contrib/views/pig/pom.xml b/contrib/views/pig/pom.xml
index 4082cc09d4..4fd4f30ec2 100644
--- a/contrib/views/pig/pom.xml
+++ b/contrib/views/pig/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-contrib-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<dependencies>
@@ -138,18 +138,18 @@
<dependency>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-views-utils</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-views-commons</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
</dependencies>
<properties>
<ambari.dir>${project.parent.parent.parent.basedir}</ambari.dir>
- <ambari.version>2.4.0.0.0</ambari.version>
+ <ambari.version>2.4.1.0.0</ambari.version>
<ui.directory>${basedir}/src/main/resources/ui/pig-web</ui.directory>
</properties>
<build>
diff --git a/contrib/views/pom.xml b/contrib/views/pom.xml
index 43708602c0..901c31eed2 100644
--- a/contrib/views/pom.xml
+++ b/contrib/views/pom.xml
@@ -19,17 +19,17 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-project</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<relativePath>../../ambari-project</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-contrib-views</artifactId>
<packaging>pom</packaging>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<name>Ambari Contrib Views</name>
<properties>
- <ambari.version>2.4.0.0.0</ambari.version>
+ <ambari.version>2.4.1.0.0</ambari.version>
<ambari.dir>${project.parent.parent.basedir}</ambari.dir>
<hadoop.version>2.7.1</hadoop.version>
</properties>
@@ -204,7 +204,7 @@
<dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/contrib/views/slider/pom.xml b/contrib/views/slider/pom.xml
index ec47fdce72..b2a0c0e04f 100644
--- a/contrib/views/slider/pom.xml
+++ b/contrib/views/slider/pom.xml
@@ -13,13 +13,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>slider</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<name>Slider</name>
<parent>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-contrib-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<dependencies>
@@ -129,7 +129,7 @@
<dependency>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-views-utils</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
</dependencies>
diff --git a/contrib/views/storm/pom.xml b/contrib/views/storm/pom.xml
index d3c369bfcb..b2478d7987 100644
--- a/contrib/views/storm/pom.xml
+++ b/contrib/views/storm/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-contrib-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<properties>
<ambari.dir>${project.parent.parent.parent.basedir}</ambari.dir>
diff --git a/contrib/views/tez/pom.xml b/contrib/views/tez/pom.xml
index 68855372ff..8db56ed903 100644
--- a/contrib/views/tez/pom.xml
+++ b/contrib/views/tez/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-contrib-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<properties>
<ambari.dir>${project.parent.parent.parent.basedir}</ambari.dir>
@@ -258,7 +258,7 @@
<dependency>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-views-utils</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
</dependencies>
diff --git a/contrib/views/utils/pom.xml b/contrib/views/utils/pom.xml
index b3ae02b017..125dd1f739 100644
--- a/contrib/views/utils/pom.xml
+++ b/contrib/views/utils/pom.xml
@@ -19,13 +19,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-views-utils</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<name>Ambari View Utils</name>
<parent>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-contrib-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<dependencies>
diff --git a/contrib/views/wfmanager/pom.xml b/contrib/views/wfmanager/pom.xml
index 092bfe3911..a701031cba 100644
--- a/contrib/views/wfmanager/pom.xml
+++ b/contrib/views/wfmanager/pom.xml
@@ -19,14 +19,14 @@
<parent>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-contrib-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<dependencies>
<dependency>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-views-utils</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.ambari</groupId>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-views-commons</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
diff --git a/contrib/views/zeppelin/pom.xml b/contrib/views/zeppelin/pom.xml
index 3ea792e0f8..c782fe0326 100644
--- a/contrib/views/zeppelin/pom.xml
+++ b/contrib/views/zeppelin/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-contrib-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</parent>
<dependencies>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-views</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
@@ -84,7 +84,7 @@
<dependency>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-views-utils</artifactId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
@@ -104,7 +104,7 @@
<properties>
<ambari.dir>${project.parent.parent.parent.basedir}</ambari.dir>
<hive-version>1.0.0</hive-version>
- <ambari.version>2.4.0.0.0</ambari.version>
+ <ambari.version>2.4.1.0.0</ambari.version>
</properties>
<build>
<plugins>
diff --git a/docs/pom.xml b/docs/pom.xml
index 8252434f6c..a59c52a271 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -28,7 +28,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ambari</groupId>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<artifactId>ambari</artifactId>
<packaging>pom</packaging>
@@ -42,7 +42,7 @@
<package.pid.dir>/var/run/ambari</package.pid.dir>
<package.release>1</package.release>
<package.type>tar.gz</package.type>
- <ambari.version>2.4.0.0.0</ambari.version>
+ <ambari.version>2.4.1.0.0</ambari.version>
<final.name>${project.artifactId}-${ambari.version}</final.name>
</properties>
diff --git a/pom.xml b/pom.xml
index 66612595a5..7878dbe451 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<artifactId>ambari</artifactId>
<packaging>pom</packaging>
<name>Ambari Main</name>
- <version>2.4.0.0.0</version>
+ <version>2.4.1.0.0</version>
<description>Ambari</description>
<url>http://ambari.apache.org/</url>
<scm>