Repository: ambari Updated Branches: refs/heads/branch-2.5 [created] 8ac653f9a
Create branch-2.5 (jluniya) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8ac653f9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8ac653f9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8ac653f9 Branch: refs/heads/branch-2.5 Commit: 8ac653f9a6a3489ce2ea7770f19de6f93aa08460 Parents: 8b6da62 Author: Jayush Luniya <[email protected]> Authored: Thu Aug 25 01:01:43 2016 -0700 Committer: Jayush Luniya <[email protected]> Committed: Thu Aug 25 01:01:43 2016 -0700 ---------------------------------------------------------------------- ambari-admin/pom.xml | 4 ++-- ambari-agent/pom.xml | 4 ++-- ambari-client/groovy-client/pom.xml | 4 ++-- ambari-client/pom.xml | 4 ++-- ambari-client/python-client/pom.xml | 4 ++-- ambari-funtest/pom.xml | 4 ++-- ambari-logsearch/ambari-logsearch-appender/pom.xml | 4 ++-- ambari-logsearch/ambari-logsearch-assembly/pom.xml | 2 +- ambari-logsearch/ambari-logsearch-logfeeder/pom.xml | 4 ++-- ambari-logsearch/ambari-logsearch-portal/pom.xml | 4 ++-- ambari-logsearch/ambari-logsearch-solr-client/pom.xml | 2 +- ambari-logsearch/pom.xml | 4 ++-- ambari-metrics/ambari-metrics-assembly/pom.xml | 4 ++-- ambari-metrics/ambari-metrics-common/pom.xml | 2 +- ambari-metrics/ambari-metrics-flume-sink/pom.xml | 4 ++-- ambari-metrics/ambari-metrics-grafana/pom.xml | 2 +- ambari-metrics/ambari-metrics-hadoop-sink/pom.xml | 4 ++-- ambari-metrics/ambari-metrics-host-monitoring/pom.xml | 4 ++-- ambari-metrics/ambari-metrics-kafka-sink/pom.xml | 4 ++-- ambari-metrics/ambari-metrics-storm-sink-legacy/pom.xml | 4 ++-- ambari-metrics/ambari-metrics-storm-sink/pom.xml | 4 ++-- ambari-metrics/ambari-metrics-timelineservice/pom.xml | 6 +++--- ambari-metrics/pom.xml | 2 +- ambari-project/pom.xml | 4 ++-- ambari-server/pom.xml | 4 ++-- ambari-shell/ambari-groovy-shell/pom.xml | 6 +++--- ambari-shell/ambari-python-shell/pom.xml | 4 ++-- ambari-shell/pom.xml | 4 ++-- ambari-views/examples/calculator-view/pom.xml | 4 ++-- ambari-views/examples/cluster-view/pom.xml | 6 +++--- ambari-views/examples/favorite-view/pom.xml | 4 ++-- ambari-views/examples/hello-servlet-view/pom.xml | 6 +++--- ambari-views/examples/hello-spring-view/pom.xml | 6 +++--- ambari-views/examples/helloworld-view/pom.xml | 6 +++--- ambari-views/examples/phone-list-upgrade-view/pom.xml | 6 +++--- ambari-views/examples/phone-list-view/pom.xml | 4 ++-- ambari-views/examples/pom.xml | 4 ++-- ambari-views/examples/property-validator-view/pom.xml | 6 +++--- ambari-views/examples/property-view/pom.xml | 6 +++--- ambari-views/examples/restricted-view/pom.xml | 4 ++-- ambari-views/examples/simple-view/pom.xml | 6 +++--- ambari-views/examples/weather-view/pom.xml | 4 ++-- ambari-views/pom.xml | 4 ++-- ambari-web/pom.xml | 4 ++-- contrib/ambari-log4j/pom.xml | 2 +- contrib/ambari-scom/ambari-scom-server/pom.xml | 4 ++-- contrib/ambari-scom/metrics-sink/pom.xml | 2 +- contrib/ambari-scom/pom.xml | 2 +- contrib/management-packs/microsoft-r_mpack/pom.xml | 2 +- contrib/management-packs/pom.xml | 2 +- contrib/views/capacity-scheduler/pom.xml | 4 ++-- contrib/views/commons/pom.xml | 6 +++--- contrib/views/files/pom.xml | 6 +++--- contrib/views/hive-next/pom.xml | 8 ++++---- contrib/views/hive/pom.xml | 8 ++++---- contrib/views/hueambarimigration/pom.xml | 4 ++-- contrib/views/jobs/pom.xml | 4 ++-- contrib/views/pig/pom.xml | 8 ++++---- contrib/views/pom.xml | 8 ++++---- contrib/views/slider/pom.xml | 6 +++--- contrib/views/storm/pom.xml | 2 +- contrib/views/tez/pom.xml | 4 ++-- contrib/views/utils/pom.xml | 4 ++-- contrib/views/wfmanager/pom.xml | 6 +++--- contrib/views/zeppelin/pom.xml | 8 ++++---- docs/pom.xml | 4 ++-- pom.xml | 2 +- 67 files changed, 146 insertions(+), 146 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-admin/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-admin/pom.xml b/ambari-admin/pom.xml index c84a470..e42e5a5 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.5.0.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.5.0.0.0</version> <description>Admin control panel</description> <build> <plugins> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-agent/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml index c46a7d5..96e342c 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.5.0.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.5.0.0.0</version> <name>Ambari Agent</name> <description>Ambari Agent</description> <properties> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-client/groovy-client/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-client/groovy-client/pom.xml b/ambari-client/groovy-client/pom.xml index 7b88519..2c45748 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.5.0.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.5.0.0.0</version> <name>Ambari Groovy Client</name> <description>Ambari Groovy client</description> <properties> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-client/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-client/pom.xml b/ambari-client/pom.xml index 95ed646..b7eded3 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.5.0.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.5.0.0.0</version> <name>Ambari Client</name> <description>Ambari client</description> <modules> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-client/python-client/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-client/python-client/pom.xml b/ambari-client/python-client/pom.xml index 933304b..66e73e6 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.5.0.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.5.0.0.0</version> <name>Ambari Python Client</name> <description>Ambari Python client</description> <properties> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-funtest/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-funtest/pom.xml b/ambari-funtest/pom.xml index 257af3b..a5c3936 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.5.0.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.5.0.0.0</version> <packaging>${packagingFormat}</packaging> <name>Ambari Functional Tests</name> <description>Ambari Functional Tests</description> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-logsearch/ambari-logsearch-appender/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-logsearch/ambari-logsearch-appender/pom.xml b/ambari-logsearch/ambari-logsearch-appender/pom.xml index 6bbd51a..d8a2332 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.5.0.0.0</version> </parent> <groupId>org.apache.ambari</groupId> <artifactId>ambari-logsearch-appender</artifactId> - <version>2.4.0.0.0</version> + <version>2.5.0.0.0</version> <packaging>jar</packaging> <name>Ambari Logsearch Appender</name> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-logsearch/ambari-logsearch-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-logsearch/ambari-logsearch-assembly/pom.xml b/ambari-logsearch/ambari-logsearch-assembly/pom.xml index 40fe079..3c18cba 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.5.0.0.0</version> </parent> <name>Ambari Logsearch Assembly</name> <url>http://maven.apache.org</url> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml b/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml index c1f3ec9..5d41af9 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.5.0.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.5.0.0.0</version> <packaging>jar</packaging> <name>Ambari Logsearch Log Feeder</name> <url>http://maven.apache.org</url> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-logsearch/ambari-logsearch-portal/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-logsearch/ambari-logsearch-portal/pom.xml b/ambari-logsearch/ambari-logsearch-portal/pom.xml index 2b2ca50..1fc33db 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.5.0.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.5.0.0.0</version> <url>http://maven.apache.org</url> <name>Ambari Logsearch Portal</name> <properties> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-logsearch/ambari-logsearch-solr-client/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-logsearch/ambari-logsearch-solr-client/pom.xml b/ambari-logsearch/ambari-logsearch-solr-client/pom.xml index 5b662c1..f53d588 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.5.0.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <url>http://maven.apache.org</url> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-logsearch/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-logsearch/pom.xml b/ambari-logsearch/pom.xml index a8a700b..2334cdb 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.5.0.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.5.0.0.0</version> <packaging>pom</packaging> <url>http://maven.apache.org</url> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/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 7390191..f6cb361 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.5.0.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.5.0.0.0</version> <description>Ambari Metrics Assembly</description> <properties> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-metrics/ambari-metrics-common/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/ambari-metrics-common/pom.xml b/ambari-metrics/ambari-metrics-common/pom.xml index a931001..fb01c81 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.5.0.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ambari-metrics-common</artifactId> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-metrics/ambari-metrics-flume-sink/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/ambari-metrics-flume-sink/pom.xml b/ambari-metrics/ambari-metrics-flume-sink/pom.xml index dd27664..72285e1 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.5.0.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ambari-metrics-flume-sink</artifactId> - <version>2.4.0.0.0</version> + <version>2.5.0.0.0</version> <name>Ambari Metrics Flume Sink</name> <packaging>jar</packaging> <build> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-metrics/ambari-metrics-grafana/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/ambari-metrics-grafana/pom.xml b/ambari-metrics/ambari-metrics-grafana/pom.xml index 78dd5d2..c658ee1 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.5.0.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-metrics/ambari-metrics-hadoop-sink/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/ambari-metrics-hadoop-sink/pom.xml b/ambari-metrics/ambari-metrics-hadoop-sink/pom.xml index 6bf0db2..d92b198 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.5.0.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ambari-metrics-hadoop-sink</artifactId> - <version>2.4.0.0.0</version> + <version>2.5.0.0.0</version> <name>Ambari Metrics Hadoop Sink</name> <packaging>jar</packaging> <properties> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-metrics/ambari-metrics-host-monitoring/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/ambari-metrics-host-monitoring/pom.xml b/ambari-metrics/ambari-metrics-host-monitoring/pom.xml index f2c970f..ddb5382 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.5.0.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> - <version>2.4.0.0.0</version> + <version>2.5.0.0.0</version> <artifactId>ambari-metrics-host-monitoring</artifactId> <name>Ambari Metrics Monitor</name> <properties> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-metrics/ambari-metrics-kafka-sink/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/ambari-metrics-kafka-sink/pom.xml b/ambari-metrics/ambari-metrics-kafka-sink/pom.xml index b4d8b44..6b75692 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.5.0.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ambari-metrics-kafka-sink</artifactId> - <version>2.4.0.0.0</version> + <version>2.5.0.0.0</version> <name>Ambari Metrics Kafka Sink</name> <packaging>jar</packaging> <build> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-metrics/ambari-metrics-storm-sink-legacy/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/ambari-metrics-storm-sink-legacy/pom.xml b/ambari-metrics/ambari-metrics-storm-sink-legacy/pom.xml index 4e2986e..0ad38b5 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.5.0.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.5.0.0.0</version> <name>Ambari Metrics Storm Sink (Legacy)</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-metrics/ambari-metrics-storm-sink/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/ambari-metrics-storm-sink/pom.xml b/ambari-metrics/ambari-metrics-storm-sink/pom.xml index 267184a..076ff4a 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.5.0.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ambari-metrics-storm-sink</artifactId> - <version>2.4.0.0.0</version> + <version>2.5.0.0.0</version> <name>Ambari Metrics Storm Sink</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-metrics/ambari-metrics-timelineservice/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/ambari-metrics-timelineservice/pom.xml b/ambari-metrics/ambari-metrics-timelineservice/pom.xml index 4444cce..25f85c3 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.5.0.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ambari-metrics-timelineservice</artifactId> - <version>2.4.0.0.0</version> + <version>2.5.0.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.5.0.0.0</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-metrics/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/pom.xml b/ambari-metrics/pom.xml index 0c360f9..bbb07f4 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.5.0.0.0</version> <packaging>pom</packaging> <modules> <module>ambari-metrics-common</module> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-project/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml index 64e0ff5..1509724 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.5.0.0.0</version> </parent> <groupId>org.apache.ambari</groupId> <artifactId>ambari-project</artifactId> - <version>2.4.0.0.0</version> + <version>2.5.0.0.0</version> <description>Apache Ambari Project POM</description> <name>Apache Ambari Project POM</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-server/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml index e999d03..b985f2f 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.5.0.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.5.0.0.0</version> <description>Ambari Server</description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-shell/ambari-groovy-shell/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-shell/ambari-groovy-shell/pom.xml b/ambari-shell/ambari-groovy-shell/pom.xml index 276ff42..f7aaece 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.5.0.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.5.0.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.5.0.0.0</version> </dependency> <dependency> <groupId>org.mockito</groupId> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/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 192bc4d..836bff6 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.5.0.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.5.0.0.0</version> <name>Ambari Python Shell</name> <description>Ambari Python Shell</description> <properties> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-shell/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-shell/pom.xml b/ambari-shell/pom.xml index 387033c..8296fb6 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.5.0.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.5.0.0.0</version> <name>Ambari Shell</name> <description>Ambari Shell</description> <modules> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-views/examples/calculator-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/calculator-view/pom.xml b/ambari-views/examples/calculator-view/pom.xml index 836e436..9519f63 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.5.0.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.5.0.0.0</version> </dependency> <dependency> <groupId>com.sun.jersey</groupId> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-views/examples/cluster-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/cluster-view/pom.xml b/ambari-views/examples/cluster-view/pom.xml index 1886542..a5a83f5 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.5.0.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>cluster-view</artifactId> - <version>2.4.0.0.0</version> + <version>2.5.0.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.5.0.0.0</version> </dependency> <dependency> <groupId>com.sun.jersey</groupId> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-views/examples/favorite-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/favorite-view/pom.xml b/ambari-views/examples/favorite-view/pom.xml index a99877b..b659aba 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.5.0.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.5.0.0.0</version> </dependency> <dependency> <groupId>com.sun.jersey</groupId> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-views/examples/hello-servlet-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/hello-servlet-view/pom.xml b/ambari-views/examples/hello-servlet-view/pom.xml index 16122f0..7c69be6 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.5.0.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.5.0.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.5.0.0.0</version> </dependency> <dependency> <groupId>com.sun.jersey</groupId> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-views/examples/hello-spring-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/hello-spring-view/pom.xml b/ambari-views/examples/hello-spring-view/pom.xml index 10cb76c..585dbcb 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.5.0.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.5.0.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.5.0.0.0</version> </dependency> <dependency> <groupId>com.sun.jersey</groupId> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-views/examples/helloworld-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/helloworld-view/pom.xml b/ambari-views/examples/helloworld-view/pom.xml index 1330147..789cbcd 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.5.0.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.5.0.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.5.0.0.0</version> </dependency> <dependency> <groupId>com.sun.jersey</groupId> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-views/examples/phone-list-upgrade-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/phone-list-upgrade-view/pom.xml b/ambari-views/examples/phone-list-upgrade-view/pom.xml index 2ef31dc..61ed85f 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.5.0.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.5.0.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.5.0.0.0</version> </dependency> <dependency> <groupId>org.springframework</groupId> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-views/examples/phone-list-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/phone-list-view/pom.xml b/ambari-views/examples/phone-list-view/pom.xml index 92165d1..3a6bb11 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.5.0.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.5.0.0.0</version> </dependency> <dependency> <groupId>com.sun.jersey</groupId> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-views/examples/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/pom.xml b/ambari-views/examples/pom.xml index efacde9..a348f26 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.5.0.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.5.0.0.0</version> <modules> <module>helloworld-view</module> <module>hello-servlet-view</module> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-views/examples/property-validator-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/property-validator-view/pom.xml b/ambari-views/examples/property-validator-view/pom.xml index b239ba8..22406b4 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.5.0.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>property-validator-view</artifactId> - <version>2.4.0.0.0</version> + <version>2.5.0.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.5.0.0.0</version> </dependency> <dependency> <groupId>com.sun.jersey</groupId> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-views/examples/property-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/property-view/pom.xml b/ambari-views/examples/property-view/pom.xml index d206568..947de17 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.5.0.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>property-view</artifactId> - <version>2.4.0.0.0</version> + <version>2.5.0.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.5.0.0.0</version> </dependency> <dependency> <groupId>com.sun.jersey</groupId> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-views/examples/restricted-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/restricted-view/pom.xml b/ambari-views/examples/restricted-view/pom.xml index 0402304..8023c7b 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.5.0.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.5.0.0.0</version> </dependency> <dependency> <groupId>com.sun.jersey</groupId> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-views/examples/simple-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/simple-view/pom.xml b/ambari-views/examples/simple-view/pom.xml index 998ba52..90a82b4 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.5.0.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>simple-view</artifactId> - <version>2.4.0.0.0</version> + <version>2.5.0.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.5.0.0.0</version> </dependency> <dependency> <groupId>com.sun.jersey</groupId> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-views/examples/weather-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/weather-view/pom.xml b/ambari-views/examples/weather-view/pom.xml index c397ff2..9b2e15e 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.5.0.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.5.0.0.0</version> </dependency> <dependency> <groupId>com.sun.jersey</groupId> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-views/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/pom.xml b/ambari-views/pom.xml index ef73073..4c64f05 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.5.0.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.5.0.0.0</version> <description>Ambari View interfaces.</description> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/ambari-web/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-web/pom.xml b/ambari-web/pom.xml index e715f94..7ea85ea 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.5.0.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.5.0.0.0</version> <description>Ambari Web</description> <properties> <ambari.dir>${project.parent.parent.basedir}</ambari.dir> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/ambari-log4j/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/ambari-log4j/pom.xml b/contrib/ambari-log4j/pom.xml index ac75f8c..3c2fa0e 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.5.0.0.0</version> <name>ambari-log4j</name> <url>http://maven.apache.org</url> <repositories> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/ambari-scom/ambari-scom-server/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/ambari-scom/ambari-scom-server/pom.xml b/contrib/ambari-scom/ambari-scom-server/pom.xml index efdb8ea..7d8db9f 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.5.0.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.5.0.0.0</ambari.version> <powermock.version>1.5.4</powermock.version> </properties> <dependencies> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/ambari-scom/metrics-sink/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/ambari-scom/metrics-sink/pom.xml b/contrib/ambari-scom/metrics-sink/pom.xml index 9fa0167..fab74cd 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.5.0.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>metrics-sink</artifactId> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/ambari-scom/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/ambari-scom/pom.xml b/contrib/ambari-scom/pom.xml index b5e3cc7..c3ac5a1 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.5.0.0.0</version> <name>Ambari SCOM Project</name> <modules> <module>ambari-scom-server</module> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/management-packs/microsoft-r_mpack/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/management-packs/microsoft-r_mpack/pom.xml b/contrib/management-packs/microsoft-r_mpack/pom.xml index d143d72..390e73b 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.5.0.0.0</ambari.version> </properties> <build> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/management-packs/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/management-packs/pom.xml b/contrib/management-packs/pom.xml index c8acf6b..58380bb 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.5.0.0.0</ambari.version> <ambari.dir>${project.parent.parent.basedir}</ambari.dir> <hadoop.version>2.7.1</hadoop.version> </properties> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/views/capacity-scheduler/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/capacity-scheduler/pom.xml b/contrib/views/capacity-scheduler/pom.xml index 5559600..da0317d 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.5.0.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.5.0.0.0</version> </dependency> <dependency> <groupId>org.easymock</groupId> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/views/commons/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/commons/pom.xml b/contrib/views/commons/pom.xml index 608f51e..4b7ee3a 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.5.0.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.5.0.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.5.0.0.0</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/views/files/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/files/pom.xml b/contrib/views/files/pom.xml index 67851a5..f895e17 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.5.0.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.5.0.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.5.0.0.0</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/views/hive-next/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hive-next/pom.xml b/contrib/views/hive-next/pom.xml index 81ba1dd..a4ec01b 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.5.0.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.5.0.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.5.0.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.5.0.0.0</ambari.version> </properties> <build> <plugins> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/views/hive/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hive/pom.xml b/contrib/views/hive/pom.xml index a429d48..da6fee5 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.5.0.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.5.0.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.5.0.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.5.0.0.0</ambari.version> </properties> <build> <plugins> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/views/hueambarimigration/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hueambarimigration/pom.xml b/contrib/views/hueambarimigration/pom.xml index 4a0ab93..43eaeed 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.5.0.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.5.0.0.0</version> </dependency> <dependency> <groupId>javax.servlet</groupId> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/views/jobs/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/jobs/pom.xml b/contrib/views/jobs/pom.xml index 6322375..7f2bbfc 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.5.0.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.5.0.0.0</version> <description>Jobs View</description> <properties> <ambari.dir>${project.parent.parent.parent.basedir}</ambari.dir> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/views/pig/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/pig/pom.xml b/contrib/views/pig/pom.xml index 4082cc0..fb2da07 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.5.0.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.5.0.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.5.0.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.5.0.0.0</ambari.version> <ui.directory>${basedir}/src/main/resources/ui/pig-web</ui.directory> </properties> <build> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/views/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/pom.xml b/contrib/views/pom.xml index f89af2c..33d687e 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.5.0.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.5.0.0.0</version> <name>Ambari Contrib Views</name> <properties> - <ambari.version>2.4.0.0.0</ambari.version> + <ambari.version>2.5.0.0.0</ambari.version> <ambari.dir>${project.parent.parent.basedir}</ambari.dir> <hadoop.version>2.7.1</hadoop.version> </properties> @@ -203,7 +203,7 @@ <dependency> <groupId>org.apache.ambari</groupId> <artifactId>ambari-views</artifactId> - <version>2.4.0.0.0</version> + <version>2.5.0.0.0</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/views/slider/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/slider/pom.xml b/contrib/views/slider/pom.xml index ec47fdc..e315474 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.5.0.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.5.0.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.5.0.0.0</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/views/storm/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/storm/pom.xml b/contrib/views/storm/pom.xml index d3c369b..166f526 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.5.0.0.0</version> </parent> <properties> <ambari.dir>${project.parent.parent.parent.basedir}</ambari.dir> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/views/tez/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/tez/pom.xml b/contrib/views/tez/pom.xml index 6885537..e2bb55d 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.5.0.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.5.0.0.0</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/views/utils/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/utils/pom.xml b/contrib/views/utils/pom.xml index b3ae02b..c3cdab5 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.5.0.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.5.0.0.0</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/views/wfmanager/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/wfmanager/pom.xml b/contrib/views/wfmanager/pom.xml index 092bfe3..a40b7f2 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.5.0.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.5.0.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.5.0.0.0</version> </dependency> <dependency> <groupId>com.sun.jersey</groupId> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/contrib/views/zeppelin/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/zeppelin/pom.xml b/contrib/views/zeppelin/pom.xml index 3ea792e..9c41b10 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.5.0.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.5.0.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.5.0.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.5.0.0.0</ambari.version> </properties> <build> <plugins> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 8252434..87809df 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.5.0.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.5.0.0.0</ambari.version> <final.name>${project.artifactId}-${ambari.version}</final.name> </properties> http://git-wip-us.apache.org/repos/asf/ambari/blob/8ac653f9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6661259..073b887 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.5.0.0.0</version> <description>Ambari</description> <url>http://ambari.apache.org/</url> <scm>
