AMBARI-11923. Storm version is incorrect for HDP 2.3 Stack (aonishuk)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f8674e8b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f8674e8b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f8674e8b Branch: refs/heads/branch-2.1 Commit: f8674e8ba830649d3ae4cfe112c81ddd3df63a27 Parents: 5463235 Author: Andrew Onishuk <[email protected]> Authored: Mon Jun 15 12:35:28 2015 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Mon Jun 15 12:35:28 2015 +0300 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.3/services/STORM/metainfo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f8674e8b/ambari-server/src/main/resources/stacks/HDP/2.3/services/STORM/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/STORM/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/STORM/metainfo.xml index 092a4d0..00af620 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/STORM/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/STORM/metainfo.xml @@ -21,7 +21,7 @@ <services> <service> <name>STORM</name> - <version>0.9.3.2.3</version> + <version>0.10.0</version> <osSpecifics> <osSpecific> <osFamily>redhat7,redhat6,suse11</osFamily>
