You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by vi...@apache.org on 2018/11/23 02:26:47 UTC

[incubator-dubbo] 01/01: release 2.6.5 and modify pom.xml version to 2.6.6-snapshot

This is an automated email from the ASF dual-hosted git repository.

victory pushed a commit to branch 2.6.x
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git

commit 483cd7c45f8759f18d9e712300bbb8af3eb69cb9
Merge: 0e50d65 1be26c9
Author: cvictory <sh...@gmail.com>
AuthorDate: Fri Nov 23 10:26:13 2018 +0800

    release 2.6.5 and modify pom.xml version to 2.6.6-snapshot

 CHANGES.md                                         | 34 +++++++++++++++++++++-
 all/pom.xml                                        |  4 +--
 bom/pom.xml                                        |  2 +-
 dependencies-bom/pom.xml                           |  5 ++--
 distribution/pom.xml                               |  2 +-
 dubbo-cluster/pom.xml                              |  2 +-
 dubbo-common/pom.xml                               |  2 +-
 dubbo-config/dubbo-config-api/pom.xml              |  2 +-
 dubbo-config/dubbo-config-spring/pom.xml           |  5 ++--
 dubbo-config/pom.xml                               |  2 +-
 dubbo-container/dubbo-container-api/pom.xml        |  2 +-
 dubbo-container/dubbo-container-log4j/pom.xml      |  2 +-
 dubbo-container/dubbo-container-logback/pom.xml    |  2 +-
 dubbo-container/dubbo-container-spring/pom.xml     |  2 +-
 dubbo-container/pom.xml                            |  2 +-
 dubbo-demo/dubbo-demo-api/pom.xml                  |  2 +-
 dubbo-demo/dubbo-demo-consumer/pom.xml             |  2 +-
 .../com/alibaba/dubbo/demo/consumer/Consumer.java  |  2 --
 dubbo-demo/dubbo-demo-provider/pom.xml             |  2 +-
 dubbo-demo/pom.xml                                 |  2 +-
 dubbo-filter/dubbo-filter-cache/pom.xml            |  2 +-
 dubbo-filter/dubbo-filter-validation/pom.xml       |  2 +-
 dubbo-filter/pom.xml                               |  2 +-
 dubbo-monitor/dubbo-monitor-api/pom.xml            |  2 +-
 dubbo-monitor/dubbo-monitor-default/pom.xml        |  2 +-
 dubbo-monitor/pom.xml                              |  2 +-
 dubbo-plugin/dubbo-qos/pom.xml                     |  2 +-
 dubbo-plugin/pom.xml                               |  2 +-
 dubbo-registry/dubbo-registry-api/pom.xml          |  2 +-
 dubbo-registry/dubbo-registry-default/pom.xml      |  2 +-
 dubbo-registry/dubbo-registry-multicast/pom.xml    |  2 +-
 dubbo-registry/dubbo-registry-redis/pom.xml        |  2 +-
 dubbo-registry/dubbo-registry-zookeeper/pom.xml    |  2 +-
 dubbo-registry/pom.xml                             |  2 +-
 dubbo-remoting/dubbo-remoting-api/pom.xml          |  2 +-
 dubbo-remoting/dubbo-remoting-grizzly/pom.xml      |  2 +-
 dubbo-remoting/dubbo-remoting-http/pom.xml         |  2 +-
 dubbo-remoting/dubbo-remoting-mina/pom.xml         |  2 +-
 dubbo-remoting/dubbo-remoting-netty/pom.xml        |  2 +-
 dubbo-remoting/dubbo-remoting-netty4/pom.xml       |  2 +-
 dubbo-remoting/dubbo-remoting-p2p/pom.xml          |  2 +-
 dubbo-remoting/dubbo-remoting-zookeeper/pom.xml    |  2 +-
 dubbo-remoting/pom.xml                             |  2 +-
 dubbo-rpc/dubbo-rpc-api/pom.xml                    |  2 +-
 dubbo-rpc/dubbo-rpc-dubbo/pom.xml                  |  2 +-
 dubbo-rpc/dubbo-rpc-hessian/pom.xml                |  2 +-
 dubbo-rpc/dubbo-rpc-http/pom.xml                   |  2 +-
 dubbo-rpc/dubbo-rpc-injvm/pom.xml                  |  2 +-
 dubbo-rpc/dubbo-rpc-memcached/pom.xml              |  2 +-
 dubbo-rpc/dubbo-rpc-redis/pom.xml                  |  2 +-
 dubbo-rpc/dubbo-rpc-rest/pom.xml                   |  2 +-
 dubbo-rpc/dubbo-rpc-rmi/pom.xml                    |  2 +-
 dubbo-rpc/dubbo-rpc-thrift/pom.xml                 |  2 +-
 dubbo-rpc/dubbo-rpc-webservice/pom.xml             |  2 +-
 dubbo-rpc/pom.xml                                  |  2 +-
 .../dubbo-serialization-api/pom.xml                |  2 +-
 .../dubbo-serialization-fastjson/pom.xml           |  2 +-
 .../dubbo-serialization-fst/pom.xml                |  2 +-
 .../dubbo-serialization-hessian2/pom.xml           |  2 +-
 .../dubbo-serialization-jdk/pom.xml                |  2 +-
 .../dubbo-serialization-kryo/pom.xml               |  2 +-
 dubbo-serialization/pom.xml                        |  2 +-
 dubbo-test/dubbo-test-benchmark/pom.xml            |  2 +-
 .../dubbo-test-spring3/pom.xml                     |  2 +-
 dubbo-test/dubbo-test-compatibility/pom.xml        |  2 +-
 dubbo-test/dubbo-test-examples/pom.xml             |  2 +-
 dubbo-test/dubbo-test-integration/pom.xml          |  2 +-
 dubbo-test/pom.xml                                 |  4 +--
 pom.xml                                            |  4 +--
 release.sh                                         |  6 ++--
 70 files changed, 108 insertions(+), 80 deletions(-)