This is an automated email from the ASF dual-hosted git repository. huxing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git
commit 9611c2c01f54605ae7ca5594e944872f1c88d00f Author: Huxing Zhang <[email protected]> AuthorDate: Sat Sep 8 09:31:39 2018 +0800 Fix typo. --- FAQ.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index dca1e02..a490847 100644 --- a/FAQ.md +++ b/FAQ.md @@ -6,11 +6,11 @@ dubbo-admin has been moved from core repository to https://github.com/apache/inc Currently, dubbo keeps 3 versions evolve in parallel: -* 2.7.x (master): requires Java 1.8, major feature branch +* 2.7.x (master): requires Java 1.8, major feature branch. * 2.6.x: requires Java 1.6, minor feature & bugfix branch, GA, production ready. -* 2.5.x: requires Java 1.6, maintainance branch, only accept security vulnerbility and critical bugfix, expected to be EOL soon +* 2.5.x: requires Java 1.6, maintenance branch, only accept security vulnerability and critical bugfix, expected to be EOL soon. check [this](https://github.com/apache/incubator-dubbo/issues/1208) for detailed version management plan. @@ -22,4 +22,4 @@ For committers, make sure select the right label and target branch for every PR, [Example question](https://github.com/alibaba/dubbo/issues/742) -Dubbo support to specify ip/port via system environment varialbles, examples can be found [here](https://github.com/dubbo/dubbo-samples/tree/master/dubbo-samples-docker). \ No newline at end of file +Dubbo support to specify ip/port via system environment variables, examples can be found [here](https://github.com/dubbo/dubbo-samples/tree/master/dubbo-samples-docker). \ No newline at end of file
