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

huxing pushed a change to branch 2.7.0-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git.


    from 1c78148  Igonre .patch file.
     new 5f62633  [maven-release-plugin] prepare release dubbo-2.7.0
     new 2134b89  [maven-release-plugin] prepare for next development iteration

The 3058 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dubbo-all/pom.xml                                  |   7 +-
 dubbo-bom/pom.xml                                  |   4 +-
 dubbo-cluster/pom.xml                              |   2 +-
 dubbo-common/pom.xml                               |   2 +-
 dubbo-compatible/pom.xml                           |   2 +-
 dubbo-config/dubbo-config-api/pom.xml              |   2 +-
 dubbo-config/dubbo-config-spring/pom.xml           | 310 +++++++--------
 dubbo-config/pom.xml                               |   2 +-
 dubbo-configcenter/dubbo-configcenter-api/pom.xml  |   5 +-
 .../dubbo-configcenter-apollo/pom.xml              |   5 +-
 .../dubbo-configcenter-zookeeper/pom.xml           |   5 +-
 dubbo-configcenter/pom.xml                         |   5 +-
 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     |  84 ++--
 dubbo-container/pom.xml                            |   2 +-
 .../dubbo-demo-annotation-consumer/pom.xml         |   6 +-
 .../dubbo-demo-annotation-provider/pom.xml         |   6 +-
 dubbo-demo/dubbo-demo-annotation/pom.xml           |   6 +-
 .../dubbo-demo-api/dubbo-demo-api-consumer/pom.xml |   6 +-
 .../dubbo-demo-api/dubbo-demo-api-provider/pom.xml |   6 +-
 dubbo-demo/dubbo-demo-api/pom.xml                  |   6 +-
 dubbo-demo/dubbo-demo-interface/pom.xml            |   2 +-
 .../dubbo-demo-xml/dubbo-demo-xml-consumer/pom.xml |   2 +-
 .../dubbo-demo-xml/dubbo-demo-xml-provider/pom.xml |   2 +-
 dubbo-demo/dubbo-demo-xml/pom.xml                  |   6 +-
 dubbo-demo/pom.xml                                 |   2 +-
 dubbo-dependencies-bom/pom.xml                     |   2 +-
 dubbo-distribution/pom.xml                         |   2 +-
 dubbo-filter/dubbo-filter-cache/pom.xml            |  94 ++---
 dubbo-filter/dubbo-filter-validation/pom.xml       | 142 +++----
 dubbo-filter/pom.xml                               |   2 +-
 .../dubbo-metadata-definition/pom.xml              |   6 +-
 .../dubbo-metadata-report-api/pom.xml              |   6 +-
 .../dubbo-metadata-report-redis/pom.xml            |   6 +-
 .../dubbo-metadata-report-zookeeper/pom.xml        |   6 +-
 dubbo-metadata-report/pom.xml                      |   6 +-
 dubbo-metrics/dubbo-metrics-api/pom.xml            |   6 +-
 dubbo-metrics/pom.xml                              |   6 +-
 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          |   5 +-
 dubbo-remoting/dubbo-remoting-zookeeper/pom.xml    |   2 +-
 dubbo-remoting/pom.xml                             |   2 +-
 dubbo-rpc/dubbo-rpc-api/pom.xml                    |  94 ++---
 dubbo-rpc/dubbo-rpc-dubbo/pom.xml                  |   2 +-
 dubbo-rpc/dubbo-rpc-hessian/pom.xml                | 112 +++---
 dubbo-rpc/dubbo-rpc-http/pom.xml                   | 112 +++---
 dubbo-rpc/dubbo-rpc-injvm/pom.xml                  |   2 +-
 dubbo-rpc/dubbo-rpc-memcached/pom.xml              |   2 +-
 dubbo-rpc/dubbo-rpc-redis/pom.xml                  | 104 ++---
 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             | 150 +++----
 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-protostuff/pom.xml         |   6 +-
 .../dubbo-serialization-test/pom.xml               |   6 +-
 dubbo-serialization/pom.xml                        |   2 +-
 .../dubbo-test-spring3/pom.xml                     |   2 +-
 dubbo-test/dubbo-test-compatibility/pom.xml        |   2 +-
 dubbo-test/dubbo-test-integration/pom.xml          |   2 +-
 dubbo-test/pom.xml                                 | 430 ++++++++++-----------
 pom.xml                                            |   4 +-
 86 files changed, 917 insertions(+), 955 deletions(-)

Reply via email to