You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2014/09/07 11:45:24 UTC

[31/38] git commit: AMBARI-7184. Slider view: Ambari depends on 'slider' instead of 'slider-core' - added variable (srimanth)

AMBARI-7184. Slider view: Ambari depends on 'slider' instead of 'slider-core' - added variable (srimanth)


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

Branch: refs/heads/branch-alerts-dev
Commit: a7761fcd8e8b74ba6420c84dbb018dd5d109560c
Parents: ea3ec5a
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Fri Sep 5 15:58:33 2014 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Fri Sep 5 15:58:33 2014 -0700

----------------------------------------------------------------------
 contrib/views/slider/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a7761fcd/contrib/views/slider/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/slider/pom.xml b/contrib/views/slider/pom.xml
index 8fbdb45..31a7c7e 100644
--- a/contrib/views/slider/pom.xml
+++ b/contrib/views/slider/pom.xml
@@ -41,7 +41,7 @@
 		<dependency>
 			<groupId>org.apache.slider</groupId>
 			<artifactId>slider-core</artifactId>
-			<version>0.41.0</version>
+			<version>${slider.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>junit</groupId>
@@ -411,6 +411,7 @@
 		<zookeeper.version>3.4.5</zookeeper.version>
 		<jetty.version>6.1.26</jetty.version>
 		<metrics.version>3.0.1</metrics.version>
+		<slider.version>0.41.0</slider.version>
 	</properties>
 
 	<build>