Repository: ambari
Updated Branches:
  refs/heads/trunk 5399843e4 -> ebfd77fd5


AMBARI-6610. Ambari POM Version not updated on release (dlysnichenko)


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

Branch: refs/heads/trunk
Commit: ebfd77fd50b3bf40471c6f298420fe9e5eb2fa76
Parents: 5399843
Author: Lisnichenko Dmitro <dlysniche...@hortonworks.com>
Authored: Fri Jul 25 17:26:50 2014 +0300
Committer: Lisnichenko Dmitro <dlysniche...@hortonworks.com>
Committed: Fri Jul 25 17:26:50 2014 +0300

----------------------------------------------------------------------
 contrib/views/pom.xml        | 5 ++++-
 contrib/views/slider/pom.xml | 3 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/ebfd77fd/contrib/views/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/pom.xml b/contrib/views/pom.xml
index 363ff0e..1a9c097 100644
--- a/contrib/views/pom.xml
+++ b/contrib/views/pom.xml
@@ -22,6 +22,9 @@
   <packaging>pom</packaging>
   <version>0.1.0-SNAPSHOT</version>
   <name>Ambari Contrib Views</name>
+  <properties>
+    <ambari.version>1.3.0-SNAPSHOT</ambari.version>
+  </properties>
   <modules>
     <module>files</module>
     <module>pig</module>
@@ -118,7 +121,7 @@
       <dependency>
         <groupId>org.apache.ambari</groupId>
         <artifactId>ambari-views</artifactId>
-        <version>[1.5.0.1,)</version>
+        <version>[${ambari.version},)</version>
       </dependency>
     </dependencies>
   </dependencyManagement>

http://git-wip-us.apache.org/repos/asf/ambari/blob/ebfd77fd/contrib/views/slider/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/slider/pom.xml b/contrib/views/slider/pom.xml
index f2279d1..9f66554 100644
--- a/contrib/views/slider/pom.xml
+++ b/contrib/views/slider/pom.xml
@@ -369,7 +369,8 @@
                <nodejs.directory>${basedir}/target/nodejs</nodejs.directory>
                <npm.version>1.4.3</npm.version>
                <ui.directory>${basedir}/src/main/resources/ui</ui.directory>
-               <ambari.version>1.3.0-SNAPSHOT</ambari.version>
+               <!-- deprecated, moved to top component -->
+               <!-- <ambari.version>1.3.0-SNAPSHOT</ambari.version> -->
                <hadoop.version>2.4.0</hadoop.version>
                <avro.version>1.7.4</avro.version>
                <bigtop.version>0.7.0</bigtop.version>

Reply via email to