You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2015/06/22 21:43:41 UTC

ambari git commit: AMBARI-12078. Adds build number to files/view.xml (Erik Bergenholtz via rlevas)

Repository: ambari
Updated Branches:
  refs/heads/trunk 0dc14caec -> e1c78f8ba


AMBARI-12078. Adds build number to files/view.xml (Erik Bergenholtz via rlevas)


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

Branch: refs/heads/trunk
Commit: e1c78f8ba14363f1c66e245e37a9b4055b10c172
Parents: 0dc14ca
Author: Erik Bergenholtz <eb...@hortonworks.com>
Authored: Mon Jun 22 15:43:36 2015 -0400
Committer: Robert Levas <rl...@hortonworks.com>
Committed: Mon Jun 22 15:43:36 2015 -0400

----------------------------------------------------------------------
 contrib/views/files/src/main/resources/view.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e1c78f8b/contrib/views/files/src/main/resources/view.xml
----------------------------------------------------------------------
diff --git a/contrib/views/files/src/main/resources/view.xml b/contrib/views/files/src/main/resources/view.xml
index b91a52c..58a7682 100644
--- a/contrib/views/files/src/main/resources/view.xml
+++ b/contrib/views/files/src/main/resources/view.xml
@@ -18,6 +18,7 @@
     <name>FILES</name>
     <label>Files</label>
     <version>1.0.0</version>
+    <build>${env.BUILD_NUMBER}</build>
 
     <min-ambari-version>2.0.*</min-ambari-version>