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.


 discard c62f229  Fix typo
 discard 2b37eed  Fix typo
 discard 4af5b34  update 2.7.0 release notes
 discard 9c62e85  [maven-release-plugin] prepare for next development iteration
 discard b89a256  [maven-release-plugin] prepare release dubbo-2.7.0
     new 477ef97  Update 2.7.0 release notes
     new 1c78148  Igonre .patch file.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c62f229)
            \
             N -- N -- N   refs/heads/2.7.0-release (1c78148)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 3056 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-distribution/src/assembly/source-release.xml |   1 +
 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 +-
 87 files changed, 956 insertions(+), 917 deletions(-)

Reply via email to