[GitHub] storm pull request #1640: Fix version command in storm.cmd

2016-09-22 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/storm/pull/1640


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] storm pull request #1640: Fix version command in storm.cmd

2016-08-21 Thread zxtwonder
GitHub user zxtwonder opened a pull request:

https://github.com/apache/storm/pull/1640

Fix version command in storm.cmd

Move version command from shellcommands to corecommands. VersionInfo.main() 
needs to be executed to print out the version information.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/zxtwonder/storm storm-cmd-patch

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/storm/pull/1640.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1640


commit 5de39b39bbe06d661b489c09dfb544e01902c2a8
Author: zxtwonder 
Date:   2016-08-21T09:17:49Z

Fix version command in storm.cmd

Move version command from shellcommands to corecommands. VersionInfo.main() 
needs to be executed to print out the version information.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---