You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by il...@apache.org on 2019/03/18 04:38:50 UTC

[incubator-dubbo] branch 2.7.1-release updated (b6fce14 -> 9941995)

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

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


    from b6fce14  fix the issue that maven javadoc plugin goes into interactive mode
     new a3454a9  [maven-release-plugin] prepare release dubbo-2.7.1
     new 9941995  [maven-release-plugin] prepare for next development iteration

The 3273 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                                  |   4 +-
 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           | 264 ++++++++++-----------
 dubbo-config/pom.xml                               |   2 +-
 dubbo-configcenter/dubbo-configcenter-api/pom.xml  |   2 +-
 .../dubbo-configcenter-apollo/pom.xml              |   2 +-
 .../dubbo-configcenter-consul/pom.xml              |   6 +-
 dubbo-configcenter/dubbo-configcenter-etcd/pom.xml |   6 +-
 .../dubbo-configcenter-zookeeper/pom.xml           |   2 +-
 dubbo-configcenter/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-annotation-consumer/pom.xml         |   2 +-
 .../dubbo-demo-annotation-provider/pom.xml         |   2 +-
 dubbo-demo/dubbo-demo-annotation/pom.xml           |   2 +-
 .../dubbo-demo-api/dubbo-demo-api-consumer/pom.xml |   2 +-
 .../dubbo-demo-api/dubbo-demo-api-provider/pom.xml |   2 +-
 dubbo-demo/dubbo-demo-api/pom.xml                  |   2 +-
 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                  |   2 +-
 dubbo-demo/pom.xml                                 |   2 +-
 dubbo-dependencies-bom/pom.xml                     |   7 +-
 .../dubbo-dependencies-zookeeper/pom.xml           |  11 +-
 dubbo-dependencies/pom.xml                         |   6 +-
 dubbo-distribution/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-metadata-definition/pom.xml              |   2 +-
 .../dubbo-metadata-report-api/pom.xml              |   2 +-
 .../dubbo-metadata-report-consul/pom.xml           |   6 +-
 .../dubbo-metadata-report-redis/pom.xml            |   2 +-
 .../dubbo-metadata-report-zookeeper/pom.xml        |   2 +-
 dubbo-metadata-report/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-consul/pom.xml       |   6 +-
 dubbo-registry/dubbo-registry-default/pom.xml      |   2 +-
 dubbo-registry/dubbo-registry-etcd3/pom.xml        |   6 +-
 dubbo-registry/dubbo-registry-multicast/pom.xml    |   2 +-
 dubbo-registry/dubbo-registry-nacos/pom.xml        |   6 +-
 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-etcd3/pom.xml        |   6 +-
 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                | 122 +++++-----
 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-protostuff/pom.xml         |   2 +-
 .../dubbo-serialization-test/pom.xml               |   2 +-
 dubbo-serialization/pom.xml                        |   2 +-
 pom.xml                                            |   9 +-
 89 files changed, 298 insertions(+), 319 deletions(-)