Repository: ambari Updated Branches: refs/heads/branch-2.1 546323535 -> f8674e8ba refs/heads/trunk e5f2c6406 -> 0ba18770d
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/0ba18770 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0ba18770 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0ba18770 Branch: refs/heads/trunk Commit: 0ba18770ddbc9af88ee3a074ec7a1c762916d5ef Parents: e5f2c64 Author: Andrew Onishuk <[email protected]> Authored: Mon Jun 15 12:35:25 2015 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Mon Jun 15 12:35:25 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/0ba18770/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>
